now we initialize wxListEvent correctly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-09-17 23:26:38 +00:00
parent 186005466d
commit 5d47c8a0d2

View File

@ -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;
}