X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da4fe3f3d13b3953d20a38b0ae38911177c2ee64..009a066588622dd8d07343756b3e0922d2c9ebd4:/src/generic/splitter.cpp diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index e006f9c277..c79934a3ea 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -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();