SendIdleEvents -> ProcessIdle

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-07-14 09:09:00 +00:00
parent 955a919785
commit 8b532f8c3d
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ void wxEndBusyCursor()
gs_savedCursor = wxNullCursor;
if (wxTheApp)
wxTheApp->SendIdleEvents();
wxTheApp->ProcessIdle();
}
void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )

View File

@ -354,7 +354,7 @@ void wxEndBusyCursor()
gs_savedCursor = wxNullCursor;
if (wxTheApp)
wxTheApp->SendIdleEvents();
wxTheApp->ProcessIdle();
}
void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )