Fix GUI2 dialogs undrawing themselves on the wrong position
This relies on the draw-layering instead to restore the windows. With the undrawing it will leave unsightly black artefacts or draw over otherwise updated graphics, causing undesired visual effects.
This commit is contained in:
parent
5819a3e78d
commit
c514f31cff
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public:
|
|||
, always_save_fields_(false)
|
||||
, fields_()
|
||||
, focus_()
|
||||
, restore_(true)
|
||||
, restore_(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue