X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f742eaafee80a8a08d94083b301381af18b2082c..55410bb4f67febe1ca20654f078ea4fb9a6223ae:/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() ; } }