Переглянути джерело

#1186 - disable status bar with other advmap controls

Andrii Danylchenko 2 роки тому
батько
коміт
a72d1270cd
1 змінених файлів з 1 додано та 0 видалено
  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();
 	}
 }