Fixed wrong cursor problem in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user