Fixed a bug

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marc Flerackers 2002-10-25 07:27:19 +00:00
parent 083d22e24d
commit 3fda79c8df

View File

@ -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));