From 4d8ef9ec7ddf39f4fceac5518dc64043d135e8ab Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 7 Sep 2002 08:26:16 +0000 Subject: [PATCH] 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 --- src/generic/splitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.0