X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f742eaafee80a8a08d94083b301381af18b2082c..59d454cda2438b6334e2e9241962859aef09da22:/src/osx/carbon/nonownedwnd.cpp diff --git a/src/osx/carbon/nonownedwnd.cpp b/src/osx/carbon/nonownedwnd.cpp index c062fa3122..4587682f13 100644 --- a/src/osx/carbon/nonownedwnd.cpp +++ b/src/osx/carbon/nonownedwnd.cpp @@ -755,8 +755,7 @@ wxMacTopLevelMouseEventHandler(EventHandlerCallRef WXUNUSED(handler), if (!gGlobalCursor.IsOk()) { // update cursor when over toolbar and titlebar etc. - wxPoint cursorPoint( wxevent.m_x , wxevent.m_y ) ; - toplevelWindow->MacSetupCursor( cursorPoint ); + wxSTANDARD_CURSOR->MacInstall() ; } }