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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user