]> git.saurik.com Git - wxWidgets.git/commitdiff
Probably fixed wxBeginBusyCursor.
authorRobert Roebling <robert@roebling.de>
Mon, 27 Aug 2001 19:35:05 +0000 (19:35 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 27 Aug 2001 19:35:05 +0000 (19:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/cursor.cpp
src/gtk1/cursor.cpp

index c419a36837e9c713cbb7f4bfbbc30d1c3862ddde..c233aecccc81ab6e2b1695273b54ad79f91e9de3 100644 (file)
@@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
 
     if (wxTheApp)
         wxTheApp->SendIdleEvents();
+        
+    gdk_flush();
 }
 
 bool wxIsBusy()
index c419a36837e9c713cbb7f4bfbbc30d1c3862ddde..c233aecccc81ab6e2b1695273b54ad79f91e9de3 100644 (file)
@@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
 
     if (wxTheApp)
         wxTheApp->SendIdleEvents();
+        
+    gdk_flush();
 }
 
 bool wxIsBusy()