mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
* LCL/Paintbox: Better solution to previous commit (issue #40198).
This commit is contained in:
parent
39a40b03c7
commit
a2cd35663d
@ -35,7 +35,8 @@ begin
|
||||
Brush.Style := bsClear;
|
||||
Rectangle(0, 0, Self.Width, Self.Height);
|
||||
Line(0,0,Self.Width,Self.Height);
|
||||
Line(Self.Width-1,0,-1,Self.Height);
|
||||
Line(0,Self.Height-1,Self.Width-1, 0);
|
||||
// Line(Self.Width-1,0,-1,Self.Height);
|
||||
end;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user