Up-ported wxBusyCursor fix and wxCombBov default dialog
action behaviour if enter is hit in it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -370,7 +370,7 @@ void wxBeginBusyCursor( wxCursor *WXUNUSED(cursor) )
|
||||
wxSetCursor( wxCursor(wxCURSOR_WATCH) );
|
||||
|
||||
if (wxTheApp)
|
||||
wxTheApp->SendIdleEvents();
|
||||
wxTheApp->ProcessIdle();
|
||||
|
||||
gdk_flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user