Patch #945404, fix icon clipping

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-05-07 19:33:56 +00:00
parent e058867b94
commit 24cd848e20

View File

@ -3238,7 +3238,7 @@ void wxTreeListMainWindow::PaintItem(wxTreeListItem *item, wxDC& dc)
}
wxDCClipper clipper(dc, /*coord_x,*/ extra_offset,
item->GetY() + extraH, clip_width,
item->GetY(), clip_width,
total_h);
if(image != NO_IMAGE) {