1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Fix activation of in-game console in other windows

This commit is contained in:
Ivan Savenko 2023-07-04 19:00:35 +03:00
parent 900b1c1763
commit f914ec9d57

View File

@ -137,6 +137,9 @@ void AdventureMapInterface::deactivate()
{
CIntObject::deactivate();
CCS->curh->set(Cursor::Map::POINTER);
if(LOCPLINT)
LOCPLINT->cingconsole->deactivate();
}
void AdventureMapInterface::showAll(Canvas & to)