From: Stefan Csomor Date: Mon, 19 Aug 2002 19:36:19 +0000 (+0000) Subject: wxMac needs same cursor setup for cursor as GTK and MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2e17d7f8c907df3d7ad29fd43ec2c5392c59ca56 wxMac needs same cursor setup for cursor as GTK and MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 9918c9f704..1506cffcd7 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -272,7 +272,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event) { SetResizeCursor(); } -#if defined(__WXGTK__) || defined(__WXMSW__) +#if defined(__WXGTK__) || defined(__WXMSW__) || defined(__WXMAC__) else { // We must set the normal cursor in MSW, because