]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
Rebake from clean wx tree.
[wxWidgets.git] / include / wx / msw / treectrl.h
index 41b8df96f15032b4fe084c29930ac471b76265eb..e2b76ae601cbb33c9bd005fceb1ccdc6f707ff24 100644 (file)
@@ -318,6 +318,9 @@ private:
     // whether we need to trigger a state image click event
     bool m_triggerStateImageClick;
 
+    // whether we need to deselect other items on mouse up
+    bool m_mouseUpDeselect;
+
     friend class wxTreeItemIndirectData;
     friend class wxTreeSortHelper;