X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/666887645f342576525b24a3fda881b261911c66..dd3646fd302ad7ee05b5848ecd5dc03444048ca7:/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()) {