mention fix for the column index in the column right-click event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-13 23:09:20 +00:00
parent 6bc4157b6e
commit 41bbc56e13

View File

@@ -136,7 +136,9 @@ wxMSW:
- Fix wxComboBox to not lose the current value if it was programmatically set
to a value not in a list of choices on popup close (Kolya Kosenko)
- Switching wxListCtrl to report mode from another one now uses full row
highlight, just as if the control were created in report mode initially
highlight, just as if the control were created in report mode initially.
- Use correct index of the right-clicked column in wxListCtrl in the
corresponding event even when the control is scrolled horizontally.
wxGTK: