mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 18:38:23 +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
|
begin
|
||||||
Pen.Style := psDash;
|
Pen.Style := psDash;
|
||||||
Brush.Style := bsClear;
|
Brush.Style := bsClear;
|
||||||
Rectangle(0, 0, Width, Height);
|
Rectangle(0, 0, Width - 1, Height - 1);
|
||||||
end;
|
end;
|
||||||
if Assigned(FOnPaint) then
|
if Assigned(FOnPaint) then
|
||||||
FOnPaint(Self);
|
FOnPaint(Self);
|
||||||
|
Loading…
Reference in New Issue
Block a user