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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user