diff --git a/docs/changes.txt b/docs/changes.txt index d6b4aa73ff..0ff587d3c3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: