Fix one-off error in virtual wxListCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-11-28 17:33:25 +00:00
parent e319bb30f7
commit c43411879c

View File

@@ -2754,7 +2754,7 @@ void wxMacDataBrowserListCtrlControl::ItemNotification(DataBrowserItemID itemID,
}
else
{
event.m_itemIndex = (long)itemID;
event.m_itemIndex = (long)itemID-1;
}
switch (message)