compilation fix after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-25 15:48:14 +00:00
parent cd8c3f17fc
commit 09088d12d4

View File

@@ -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.