don't reuse the double click handled in activation event handler for toggling the item [backport of r57025 from trunk] (closes #9761)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-08 10:32:23 +00:00
parent 87908d388c
commit f463e5c62a
2 changed files with 8 additions and 5 deletions

View File

@@ -155,6 +155,8 @@ wxMSW:
- Automatically adjust toolbar's tool size if the provided bitmaps
don't fit into the default size.
- Don't generate EVT_LISTBOX_DCLICK events with incorrect indices.
- Don't reuse the double click handled by activation event handler for toggling
the item in wxTreeCtrl.
wxMSW/CE: