Fixes #7639 - the redraw issue in ColumListView.

Signed-off-by: Siarzhuk Zharski <[email protected]>
This commit is contained in:
Janus
2012-12-14 20:54:14 +01:00
committed by Siarzhuk Zharski
parent fbcad4e5e5
commit 9e265b3329
+1 -1
View File
@@ -3259,7 +3259,7 @@ OutlineView::Draw(BRect invalidBounds)
tintedLine = !tintedLine; tintedLine = !tintedLine;
float rowHeight = row->Height(); float rowHeight = row->Height();
if (line > invalidBounds.top - rowHeight) { if (line >= invalidBounds.top - rowHeight) {
bool isFirstColumn = true; bool isFirstColumn = true;
float fieldLeftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); float fieldLeftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());