Probably fixed wxBeginBusyCursor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-08-27 19:35:05 +00:00
parent b0d3640289
commit 7e410431f3
2 changed files with 4 additions and 0 deletions

View File

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