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