mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
LCL: Improve shape click detection in TShape. Issue #40483.
This commit is contained in:
parent
a018a3ca41
commit
e2b8f45b62
@ -86,7 +86,6 @@ begin
|
||||
FBitmapCopy.Canvas.Brush.Style:=bsSolid;
|
||||
FBitmapCopy.Canvas.Brush.Color:=clWhite;
|
||||
FBitmapCopy.Canvas.FillRect(0,0,Width,Height);
|
||||
FBitmapCopy.Canvas.Brush := Brush;
|
||||
FBitmapCopy.Canvas.Brush.Color:=clBlack;
|
||||
FBitmapCopy.Canvas.Pen := Pen;
|
||||
FBitmapCopy.Canvas.Pen.Color:=clBlack;
|
||||
|
Loading…
Reference in New Issue
Block a user