Fixed a bug
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
083d22e24d
commit
3fda79c8df
@ -328,7 +328,6 @@ void BBox::DrawPlain()
|
||||
{
|
||||
BRect rect = fBounds;
|
||||
|
||||
rect.top--;
|
||||
SetHighColor(tint_color(ViewColor(), B_LIGHTEN_MAX_TINT));
|
||||
StrokeLine(BPoint(rect.left, rect.bottom), BPoint(rect.left, rect.top));
|
||||
StrokeLine(BPoint(rect.left+1.0f, rect.top), BPoint(rect.right, rect.top));
|
||||
|
Loading…
x
Reference in New Issue
Block a user