1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix redrawing of hero exchange window on artifact (de)assembly

This commit is contained in:
Ivan Savenko 2022-12-18 15:09:33 +02:00
parent 57dba9433c
commit fc4d2a31b4

View File

@ -691,10 +691,8 @@ void CArtifactsOfHero::updateParentWindow()
if(!updateState) if(!updateState)
{ {
cew->deactivate();
cew->updateWidgets(); cew->updateWidgets();
cew->redraw(); cew->redraw();
cew->activate();
} }
} }
} }