wxMac needs same cursor setup for cursor as GTK and MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a397f85cd7
commit
2e17d7f8c9
@ -272,7 +272,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
|
||||
{
|
||||
SetResizeCursor();
|
||||
}
|
||||
#if defined(__WXGTK__) || defined(__WXMSW__)
|
||||
#if defined(__WXGTK__) || defined(__WXMSW__) || defined(__WXMAC__)
|
||||
else
|
||||
{
|
||||
// We must set the normal cursor in MSW, because
|
||||
|
Loading…
Reference in New Issue
Block a user