added code for wxMac properly resetting the cursor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-09-07 06:36:59 +00:00
parent 47610ec22a
commit da4fe3f3d1

View File

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