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
This commit is contained in:
@@ -755,8 +755,7 @@ wxMacTopLevelMouseEventHandler(EventHandlerCallRef WXUNUSED(handler),
|
|||||||
if (!gGlobalCursor.IsOk())
|
if (!gGlobalCursor.IsOk())
|
||||||
{
|
{
|
||||||
// update cursor when over toolbar and titlebar etc.
|
// update cursor when over toolbar and titlebar etc.
|
||||||
wxPoint cursorPoint( wxevent.m_x , wxevent.m_y ) ;
|
wxSTANDARD_CURSOR->MacInstall() ;
|
||||||
toplevelWindow->MacSetupCursor( cursorPoint );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user