From fc1e45d95b99c7939c61daa1853567c0bbe6aeca Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 18 Jan 2009 20:37:31 +0000 Subject: [PATCH] Really set standard cursor when over title bar and decos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/nonownedwnd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() ; } } -- 2.45.2