Backported [ 622089 ] wxTR_EDIT_LABELS vs wxTR_MULTIPLE style

Fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-04-06 14:31:20 +00:00
parent 87d05605b5
commit e05c4ff66a
2 changed files with 14 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ wxMSW:
- fix for explicit keyword detection (VC++)
- fix for sending event from wxCheckListBox::Check()
- wxCaret::SetSize correction for showing caret
- fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode
wxMotif: