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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user