Style fix.
This commit is contained in:
@@ -1121,8 +1121,7 @@ SourceView::TextView::Draw(BRect updateRect)
|
|||||||
|
|
||||||
SetLowColor(ipColor);
|
SetLowColor(ipColor);
|
||||||
|
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
SetLowColor(255, 255, 0, 255);
|
SetLowColor(255, 255, 0, 255);
|
||||||
FillRect(BRect(kLeftTextMargin, y, Bounds().right,
|
FillRect(BRect(kLeftTextMargin, y, Bounds().right,
|
||||||
y + fFontInfo->lineHeight), B_SOLID_LOW);
|
y + fFontInfo->lineHeight), B_SOLID_LOW);
|
||||||
|
|||||||
Reference in New Issue
Block a user