mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 14:12:41 +02:00
AJ : fixed drawing designtime right/bottom border
git-svn-id: trunk@3589 -
This commit is contained in:
parent
bafb3d7ef3
commit
69aadd346d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user