Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer that it is in that mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
wxWindow *m_window;
|
wxWindow *m_window;
|
||||||
bool m_isTrackingRectActive;
|
bool m_isTrackingRectActive;
|
||||||
int m_trackingRectTag;
|
NSInteger m_trackingRectTag;
|
||||||
NSRect m_trackingRectInWindowCoordinates;
|
NSRect m_trackingRectInWindowCoordinates;
|
||||||
private:
|
private:
|
||||||
wxCocoaTrackingRectManager();
|
wxCocoaTrackingRectManager();
|
||||||
|
Reference in New Issue
Block a user