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:
parent
57dba9433c
commit
fc4d2a31b4
@ -691,10 +691,8 @@ void CArtifactsOfHero::updateParentWindow()
|
|||||||
|
|
||||||
if(!updateState)
|
if(!updateState)
|
||||||
{
|
{
|
||||||
cew->deactivate();
|
|
||||||
cew->updateWidgets();
|
cew->updateWidgets();
|
||||||
cew->redraw();
|
cew->redraw();
|
||||||
cew->activate();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user