Browse Source

#1186 - disable status bar with other advmap controls

Andrii Danylchenko 2 years ago
parent
commit
a72d1270cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/windows/CAdvmapInterface.cpp

+ 1 - 0
client/windows/CAdvmapInterface.cpp

@@ -978,6 +978,7 @@ void CAdvMapInt::deactivate()
 		}
 		minimap.deactivate();
 		terrain.deactivate();
+		statusbar->deactivate();
 	}
 }