Fixed HitTest for columns > 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-06-29 01:58:35 +00:00
parent 015fd9ef48
commit 8fdd04f882

View File

@ -1744,6 +1744,7 @@ wxTreeListItem *wxTreeListItem::HitTest(const wxPoint& point,
column = i;
return res;
}
x += w;
}
}