From 41bbc56e1303c78c92e765119f2925e11a63355b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 13 Feb 2008 23:09:20 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: