LCL: Label.ParentColor stored default True. Revert 53362c37. Issue #38976

This commit is contained in:
michl 2022-03-09 08:23:01 +01:00
parent 1f7f5418a1
commit b0f6b29ad8

View File

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