diff --git a/gb.gtk/src/gapplication.cpp b/gb.gtk/src/gapplication.cpp index c20ad5a92..7714ef169 100644 --- a/gb.gtk/src/gapplication.cpp +++ b/gb.gtk/src/gapplication.cpp @@ -1109,7 +1109,7 @@ void gApplication::setBusy(bool b) iter = g_list_next(iter); } - //MAIN_do_iteration_just_events(); + gdk_flush(); } static bool _dirty = false;