AJ : fixed drawing designtime right/bottom border

git-svn-id: trunk@3589 -
This commit is contained in:
lazarus 2002-10-30 20:15:46 +00:00
parent bafb3d7ef3
commit 69aadd346d

View File

@ -30,7 +30,7 @@ begin
begin
Pen.Style := psDash;
Brush.Style := bsClear;
Rectangle(0, 0, Width, Height);
Rectangle(0, 0, Width - 1, Height - 1);
end;
if Assigned(FOnPaint) then
FOnPaint(Self);