LCL/Paintbox: Fine-tune position of crossing lines in TPaintbox at design-time. Issue #40198.

This commit is contained in:
wp_xyz 2023-04-13 22:32:41 +02:00
parent f677015596
commit fc2986c741

View File

@ -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;