Fixed OnSetCursor for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -138,7 +138,7 @@ public:
|
|||||||
// Adjusts the panes
|
// Adjusts the panes
|
||||||
void OnSize(wxSizeEvent& event);
|
void OnSize(wxSizeEvent& event);
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
// Handle cursor correctly
|
// Handle cursor correctly
|
||||||
void OnSetCursor(wxSetCursorEvent& event);
|
void OnSetCursor(wxSetCursorEvent& event);
|
||||||
#endif // wxMSW
|
#endif // wxMSW
|
||||||
|
@@ -215,7 +215,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
// event handlers
|
// event handlers
|
||||||
#ifdef __WXMSW__
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
void OnSetCursor(wxSetCursorEvent& event);
|
void OnSetCursor(wxSetCursorEvent& event);
|
||||||
#endif // wxMSW
|
#endif // wxMSW
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user