Do not redraw the dialog on activate

This commit is contained in:
Markus Gans 2016-07-31 22:49:09 +02:00
parent 303c402ada
commit f81370f8cf
2 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,8 @@ Missing Features
└──► tmp
---------------------------------------
- Screen characters should get the options transparent
and transparent with color
- FDialog title button [▲] and [▼] should maximized or restore
the window size on a resizeable dialog
- A possibility to change the window size dynamically with the mouse

View File

@ -1033,6 +1033,7 @@ void FDialog::activateDialog()
if ( ! focusFirstChild() )
old_focus->unsetFocus();
if ( ! old_focus->isWindow() )
old_focus->redraw();
}