revert r52151, apparently it doesn't work in 2.8 (see patch 1939287)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1577,9 +1577,6 @@ void wxListLineData::DrawInReportMode( wxDC *dc,
|
||||
int xOld = x;
|
||||
x += width;
|
||||
|
||||
const int wText = width - 8;
|
||||
wxDCClipper clipper(*dc, xOld, rect.y, wText, rect.height);
|
||||
|
||||
if ( item->HasImage() )
|
||||
{
|
||||
int ix, iy;
|
||||
@@ -1593,7 +1590,7 @@ void wxListLineData::DrawInReportMode( wxDC *dc,
|
||||
}
|
||||
|
||||
if ( item->HasText() )
|
||||
DrawTextFormatted(dc, item->GetText(), col, xOld, yMid, wText);
|
||||
DrawTextFormatted(dc, item->GetText(), col, xOld, yMid, width - 8);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user