X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c01c5951189e13b8b4a5d7b288b54d4a57a30f8..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/include/wx/msw/treectrl.h?ds=inline diff --git a/include/wx/msw/treectrl.h b/include/wx/msw/treectrl.h index 41b8df96f1..e2b76ae601 100644 --- a/include/wx/msw/treectrl.h +++ b/include/wx/msw/treectrl.h @@ -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;