mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +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;
|
||||
property AutoSize default True;
|
||||
property Color default clNone;
|
||||
property ParentColor default False;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user