From: Stefan Csomor Date: Sat, 7 Sep 2002 08:26:16 +0000 (+0000) Subject: yet another code for wxMac properly resetting the cursor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4d8ef9ec7ddf39f4fceac5518dc64043d135e8ab 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 --- 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();