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