]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMac needs same cursor setup for cursor as GTK and MSW
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Aug 2002 19:36:19 +0000 (19:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Aug 2002 19:36:19 +0000 (19:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/splitter.cpp

index 9918c9f70437fdf45753e01605ebb2ca8707e0fd..1506cffcd729465f23c42706b1385b223a45f36f 100644 (file)
@@ -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