X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/666887645f342576525b24a3fda881b261911c66..aab3e197ce73f67346f5dd71831bea93f735c2cc:/src/generic/sashwin.cpp

diff --git a/src/generic/sashwin.cpp b/src/generic/sashwin.cpp
index 46a3e5f7eb..32a708730e 100644
--- a/src/generic/sashwin.cpp
+++ b/src/generic/sashwin.cpp
@@ -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())
 	{