Fixes #7639 - the redraw issue in ColumListView.
Signed-off-by: Siarzhuk Zharski <[email protected]>
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user