mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 22:27:10 +01:00
LCL/Paintbox: Fine-tune position of crossing lines in TPaintbox at design-time. Issue #40198.
This commit is contained in:
parent
f677015596
commit
fc2986c741
@ -35,7 +35,7 @@ begin
|
||||
Brush.Style := bsClear;
|
||||
Rectangle(0, 0, Self.Width, Self.Height);
|
||||
Line(0,0,Self.Width,Self.Height);
|
||||
Line(Self.Width,0,0,Self.Height);
|
||||
Line(Self.Width-1,0,-1,Self.Height);
|
||||
end;
|
||||
exit;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user