Use wxApp::ProcessIdle() instead of wxApp::SendIdleEvents().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
88c8208626
commit
d794dcb6d9
@ -203,7 +203,7 @@ void wxEndBusyCursor()
|
||||
gs_savedCursor = wxNullCursor;
|
||||
|
||||
if (wxTheApp)
|
||||
wxTheApp->SendIdleEvents();
|
||||
wxTheApp->ProcessIdle();
|
||||
}
|
||||
|
||||
void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
|
||||
|
Loading…
Reference in New Issue
Block a user