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.
This commit is contained in:
gambas 2017-10-27 04:33:17 +02:00
parent 96544fd76a
commit d583aa9480

View file

@ -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;