Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-06-16 17:01:19 +00:00
parent 8af56e0827
commit e3ad57026a
2 changed files with 64 additions and 8 deletions

View 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;