1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-07 23:33:15 +02:00

Fix main menu resize on resolution change

This commit is contained in:
Ivan Savenko
2023-05-08 00:59:48 +03:00
parent bffec0068b
commit b1bd49ecd8
3 changed files with 23 additions and 0 deletions

View File

@@ -803,6 +803,7 @@ void CAdventureMapInterface::onScreenResize()
widget->setPlayer(currentPlayerID);
widget->updateActiveState();
widget->getMinimap()->update();
widget->getInfoBar()->showSelection();
adjustActiveness();
}