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:
David Elliott
2008-02-08 09:12:04 +00:00
parent a131b460ac
commit 29fbbf8967

View File

@@ -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();