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

Fixed widget disabling during enemy turn & spellcasting

This commit is contained in:
Ivan Savenko
2023-05-07 01:34:11 +03:00
parent 7228b08d1d
commit a6fda031ed
5 changed files with 65 additions and 57 deletions

View File

@@ -452,6 +452,4 @@ void CAdventureMapWidget::updateActiveState()
for (auto entry: shortcuts->getShortcuts())
setShortcutBlocked(entry.shortcut, !entry.isEnabled);
//GH.totalRedraw(); // FIXME: required to eliminate graphical artifacts on leaving world view mode
}