X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e17d7f8c907df3d7ad29fd43ec2c5392c59ca56..009a066588622dd8d07343756b3e0922d2c9ebd4:/src/generic/splitter.cpp diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 1506cffcd7..c79934a3ea 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -169,7 +169,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event) y = (int)event.GetY(); // reset the cursor -#ifdef __WXMOTIF__ +#if defined( __WXMOTIF__ ) || defined( __WXMAC__ ) SetCursor(* wxSTANDARD_CURSOR); #elif defined(__WXMSW__) SetCursor(wxCursor()); @@ -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();