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:
@@ -272,7 +272,7 @@ void wxSplitterWindow::OnMouseEvent(wxMouseEvent& event)
|
|||||||
{
|
{
|
||||||
SetResizeCursor();
|
SetResizeCursor();
|
||||||
}
|
}
|
||||||
#if defined(__WXGTK__) || defined(__WXMSW__)
|
#if defined(__WXGTK__) || defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We must set the normal cursor in MSW, because
|
// We must set the normal cursor in MSW, because
|
||||||
|
Reference in New Issue
Block a user