Check wxListCtrl::GetItemRect() origin in the unit tests.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2013 13:57:51 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2013 13:57:51 +0000 (13:57 +0000)
commit2e1e56d0cef7f37676a42d051e9e67aed29a1571
treeede7b9d2f26836c983601b805eefacddf6d6079d
parent1c25a4c2aef8c001e48a99df271d72d1372ce398
Check wxListCtrl::GetItemRect() origin in the unit tests.

Verify that the top item is _not_ at (0, 0) when the header is present in the
control, as the control client coordinates should not take the header into
account.

This test passes when using wxGenericListCtrl since r74197, add it to ensure
that it doesn't get broken again later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/listbasetest.cpp