1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-06 00:24:11 +02:00

Merge pull request #1191 from vcmi/fix-1186

#1186 - disable status bar with other advmap controls
This commit is contained in:
Andrii Danylchenko 2022-12-04 08:57:24 +02:00 committed by GitHub
commit f8165bfceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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