]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed wrong cursor problem in wxGTK
authorJulian Smart <julian@anthemion.co.uk>
Mon, 20 Mar 2000 10:53:48 +0000 (10:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 20 Mar 2000 10:53:48 +0000 (10:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/sashwin.cpp

index 6daf05f134c496edc5df66f533b6251ce7799bbb..160dcb158be92fb00cb8a00b3c903a2f611982b9 100644 (file)
@@ -111,7 +111,7 @@ void wxSashWindow::OnMouseEvent(wxMouseEvent& event)
     wxSashEdgePosition sashHit = SashHitTest(x, y);
 
     // reset the cursor
-#ifdef __WXMOTIF__
+#if defined(__WXMOTIF__) || defined(__WXGTK__)
     SetCursor(* wxSTANDARD_CURSOR);
 #endif
 #ifdef __WXMSW__