]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/framemanager.h
Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library
[wxWidgets.git] / include / wx / aui / framemanager.h
index 65a3dc7d7ec7e0bf779cd92932ff9ad802bfad01..b19cd3e26caf7b5428dde1626b36b1ece2cf8e7d 100644 (file)
@@ -555,6 +555,8 @@ protected:
     wxDockUIPart* m_action_part; // ptr to the part the action happened to
     wxWindow* m_action_window;   // action frame or window (NULL if none)
     wxRect m_action_hintrect;    // hint rectangle for the action
+    bool m_skipping;
+    wxRect m_last_rect;
     wxDockUIPart* m_hover_button;// button uipart being hovered over
     wxRect m_last_hint;          // last hint rectangle
     wxPoint m_last_mouse_move;   // last mouse move position (see OnMotion)