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:
@@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
|
|||||||
|
|
||||||
if (wxTheApp)
|
if (wxTheApp)
|
||||||
wxTheApp->SendIdleEvents();
|
wxTheApp->SendIdleEvents();
|
||||||
|
|
||||||
|
gdk_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxIsBusy()
|
bool wxIsBusy()
|
||||||
|
@@ -224,6 +224,8 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
|
|||||||
|
|
||||||
if (wxTheApp)
|
if (wxTheApp)
|
||||||
wxTheApp->SendIdleEvents();
|
wxTheApp->SendIdleEvents();
|
||||||
|
|
||||||
|
gdk_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxIsBusy()
|
bool wxIsBusy()
|
||||||
|
Reference in New Issue
Block a user