mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-16 19:48:23 +02:00
LCL: TLabel: Fixed ParentColor not working on run time. Issue #38976
git-svn-id: trunk@65189 -
This commit is contained in:
parent
d7c9b8c1e4
commit
53362c37c2
@ -1612,6 +1612,7 @@ type
|
|||||||
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
|
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
|
||||||
property AutoSize default True;
|
property AutoSize default True;
|
||||||
property Color default clNone;
|
property Color default clNone;
|
||||||
|
property ParentColor default False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user