mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix redrawing of hero exchange window on artifact (de)assembly
This commit is contained in:
@@ -691,10 +691,8 @@ void CArtifactsOfHero::updateParentWindow()
|
|||||||
|
|
||||||
if(!updateState)
|
if(!updateState)
|
||||||
{
|
{
|
||||||
cew->deactivate();
|
|
||||||
cew->updateWidgets();
|
cew->updateWidgets();
|
||||||
cew->redraw();
|
cew->redraw();
|
||||||
cew->activate();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user