yet another code for wxMac properly resetting the cursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -287,7 +287,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
|
||||
}
|
||||
else if (event.Dragging() && (m_dragMode == wxSPLIT_DRAG_DRAGGING))
|
||||
{
|
||||
#ifdef __WXMSW__
|
||||
#if defined( __WXMSW__ ) || defined( __WXMAC__ )
|
||||
// Otherwise, the cursor sometimes reverts to the normal cursor
|
||||
// during dragging.
|
||||
SetResizeCursor();
|
||||
|
Reference in New Issue
Block a user