1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Restore status bar on BattleWindow reactivation

This commit is contained in:
Ivan Savenko 2022-12-30 12:32:36 +02:00
parent f8dec3861b
commit 4bfdb44c78

View File

@ -139,6 +139,7 @@ void BattleWindow::updateQueue()
void BattleWindow::activate()
{
GH.statusbar = console;
CIntObject::activate();
LOCPLINT->cingconsole->activate();
}