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:
Stefan Csomor 2002-08-19 19:36:19 +00:00
parent a397f85cd7
commit 2e17d7f8c9

View File

@ -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