Fixed an errant line draw that occurred with titled and floating windows

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2004-07-21 16:52:55 +00:00
parent 7c05648267
commit b2af3a1973
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
_driver->StrokeLine(BPoint(rightborder.left, rightborder.bottom-13),
BPoint(rightborder.right, rightborder.bottom-13),
framecolors[2]);
_driver->StrokeLine(BPoint(bottomborder.left-18, bottomborder.top),
_driver->StrokeLine(BPoint(bottomborder.right-18, bottomborder.top),
BPoint(bottomborder.right-18, bottomborder.bottom),
framecolors[2]);
break;