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:
parent
7c05648267
commit
b2af3a1973
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user