From: Robert Roebling Date: Mon, 27 Aug 2001 19:35:05 +0000 (+0000) Subject: Probably fixed wxBeginBusyCursor. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e410431f34f973367763ae6fb91ad78c9b80a94?ds=inline Probably fixed wxBeginBusyCursor. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/cursor.cpp b/src/gtk/cursor.cpp index c419a36837..c233aecccc 100644 --- a/src/gtk/cursor.cpp +++ b/src/gtk/cursor.cpp @@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) ) if (wxTheApp) wxTheApp->SendIdleEvents(); + + gdk_flush(); } bool wxIsBusy() diff --git a/src/gtk1/cursor.cpp b/src/gtk1/cursor.cpp index c419a36837..c233aecccc 100644 --- a/src/gtk1/cursor.cpp +++ b/src/gtk1/cursor.cpp @@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) ) if (wxTheApp) wxTheApp->SendIdleEvents(); + + gdk_flush(); } bool wxIsBusy()