LCL: TLabel: Fixed ParentColor not working on run time. Issue #38976

git-svn-id: trunk@65189 -
This commit is contained in:
michl 2021-06-09 19:34:03 +00:00
parent d7c9b8c1e4
commit 53362c37c2

View File

@ -1612,6 +1612,7 @@ type
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
property AutoSize default True;
property Color default clNone;
property ParentColor default False;
end;