GUI2: call events pump when showing non-modal dialogs
This allows the dialog to actually show
This commit is contained in:
parent
576a88ea7d
commit
60910506c6
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ void twindow::show_non_modal(/*const unsigned auto_close_timeout*/)
|
|||
*/
|
||||
invalidate_layout();
|
||||
suspend_drawing_ = false;
|
||||
|
||||
events::pump();
|
||||
}
|
||||
|
||||
int twindow::show(const bool restore, const unsigned auto_close_timeout)
|
||||
|
|
Loading…
Add table
Reference in a new issue