From: Stefan Csomor Date: Sat, 7 Sep 2002 06:36:59 +0000 (+0000) Subject: added code for wxMac properly resetting the cursor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/da4fe3f3d13b3953d20a38b0ae38911177c2ee64 added code for wxMac properly resetting the cursor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 1506cffcd7..e006f9c277 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());