]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
#undef things which require other, disabled, ones, instead of re-#defining them as 1
[wxWidgets.git] / include / wx / msw / treectrl.h
index 228db785d693c37bb018d0db45fa40d4ad479a2a..24eef34157c91b13063959eacc29b0770cc85ecb 100644 (file)
@@ -498,7 +498,8 @@ private:
     void* m_pVirtualRoot;
 
     // the starting item for selection with Shift
-    wxTreeItemId m_htSelStart;
+    wxTreeItemId m_htSelStart, m_htClickedItem;
+    wxPoint m_ptClick;
 
     friend class wxTreeItemIndirectData;
     friend class wxTreeSortHelper;