From 5d47c8a0d2773f955261b5f4a78120d9b6394366 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 17 Sep 1999 23:26:38 +0000 Subject: [PATCH] now we initialize wxListEvent correctly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index e3372ec707..66b7a509b1 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -1569,6 +1569,7 @@ wxListEvent::wxListEvent(wxEventType commandType, int id) { m_code = 0; m_itemIndex = 0; + m_oldItemIndex = 0; m_col = 0; m_cancelled = FALSE; } -- 2.50.0