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:
Andreas Löf 2016-02-05 20:31:07 +13:00
parent 5819a3e78d
commit c514f31cff

View file

@ -134,7 +134,7 @@ public:
, always_save_fields_(false)
, fields_()
, focus_()
, restore_(true)
, restore_(false)
{
}