don't generate EVT_LISTBOX_DCLICK events with incorrect indices [backport of r58405 from trunk] (closes #10429)

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

View File

@@ -154,6 +154,7 @@ wxMSW:
- Fixed invisible CHM tooltip text bug when window text colour is black.
- 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.
wxMSW/CE: