Correct cursor thing in wxSplitterWindow (which manifested

itself only in GTK 2.0)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-11-03 21:37:05 +00:00
parent 9b9fb7c234
commit 3f5a4243c9

View File

@@ -169,7 +169,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
y = (int)event.GetY();
// reset the cursor
#if defined( __WXMOTIF__ ) || defined( __WXMAC__ )
#if defined( __WXMOTIF__ ) || defined( __WXGTK__ ) || defined( __WXMAC__ )
SetCursor(* wxSTANDARD_CURSOR);
#elif defined(__WXMSW__)
SetCursor(wxCursor());