Do not redraw the dialog on activate
This commit is contained in:
parent
303c402ada
commit
f81370f8cf
2
doc/TODO
2
doc/TODO
|
@ -20,6 +20,8 @@ Missing Features
|
||||||
└──► tmp
|
└──► tmp
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
- Screen characters should get the options transparent
|
||||||
|
and transparent with color
|
||||||
- FDialog title button [▲] and [▼] should maximized or restore
|
- FDialog title button [▲] and [▼] should maximized or restore
|
||||||
the window size on a resizeable dialog
|
the window size on a resizeable dialog
|
||||||
- A possibility to change the window size dynamically with the mouse
|
- A possibility to change the window size dynamically with the mouse
|
||||||
|
|
|
@ -1033,6 +1033,7 @@ void FDialog::activateDialog()
|
||||||
if ( ! focusFirstChild() )
|
if ( ! focusFirstChild() )
|
||||||
old_focus->unsetFocus();
|
old_focus->unsetFocus();
|
||||||
|
|
||||||
|
if ( ! old_focus->isWindow() )
|
||||||
old_focus->redraw();
|
old_focus->redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue