From d583aa94803ee9e797dda289e2256b6d8d938e57 Mon Sep 17 00:00:00 2001 From: gambas Date: Fri, 27 Oct 2017 04:33:17 +0200 Subject: [PATCH] Setting Application.Busy now has an immediate effect. [GB.GTK] * BUG: Setting Application.Busy now has an immediate effect. [GB.GTK3] * BUG: Setting Application.Busy now has an immediate effect. --- gb.gtk/src/gapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;