projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove remaining occurrences of wxUSE_XPM_IN_MSW.
[wxWidgets.git]
/
src
/
generic
/
listctrl.cpp
diff --git
a/src/generic/listctrl.cpp
b/src/generic/listctrl.cpp
index caebe00001f54bc9b2008541402a5a6b0dffde32..b311e031eff67ba789fe96a2a30d8b37906bce6a 100644
(file)
--- a/
src/generic/listctrl.cpp
+++ b/
src/generic/listctrl.cpp
@@
-4144,10
+4144,6
@@
long wxListMainWindow::HitTest( int x, int y, int &flags ) const
if ( InReportView() )
{
- // Account for the header height if it's present.
- if ( HasHeader() )
- y -= GetListCtrl()->m_headerWin->GetSize().y + 1;
-
size_t current = y / GetLineHeight();
if ( current < count )
{