From 5d7899a2aaf3484a9d561d490a32b5f2fce4a873 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 21 Jun 2000 07:16:42 +0000 Subject: [PATCH] file I forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/treectrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/generic/treectrl.h b/include/wx/generic/treectrl.h index b08f4d8f5a..50d949b2b2 100644 --- a/include/wx/generic/treectrl.h +++ b/include/wx/generic/treectrl.h @@ -410,6 +410,7 @@ protected: wxTimer *m_renameTimer; bool m_renameAccept; + bool m_lastOnSame; // last click on the same item as prev wxString m_renameRes; // the common part of all ctors