]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/sashwin.cpp
Corrected tree ctrl behaviour.
[wxWidgets.git] / src / generic / sashwin.cpp
index 46a3e5f7ebdf9ceea06c8c761eff74af9da6ef8a..32a708730e400980764de716efeeea10e41448d5 100644 (file)
@@ -111,7 +111,12 @@ void wxSashWindow::OnMouseEvent(wxMouseEvent& event)
     wxSashEdgePosition sashHit = SashHitTest(x, y);
 
     // reset the cursor
+#ifdef __WXMOTIF__
+    SetCursor(* wxSTANDARD_CURSOR);
+#endif
+#ifdef __WXMSW__
     SetCursor(wxCursor());
+#endif
 
        if (event.LeftDown())
        {