projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8c3f1
)
compilation fix after last commit
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jul 2004 15:48:14 +0000
(15:48 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jul 2004 15:48:14 +0000
(15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/treectlg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/treectlg.cpp
b/src/generic/treectlg.cpp
index dd4fdecff991dc19755d775cb3348ad253c474be..61cfce6b525ebd54b0696729fd849e6c3b79c6e1 100644
(file)
--- a/
src/generic/treectlg.cpp
+++ b/
src/generic/treectlg.cpp
@@
-2884,8
+2884,6
@@
void wxGenericTreeCtrl::Edit( const wxTreeItemId& item )
return;
}
- m_itemEdited = itemEdit;
-
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.