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

(cherry picked from commit b0f6b29ad8)
This commit is contained in:
michl 2022-03-09 08:23:01 +01:00 committed by Maxim Ganetsky
parent 3df444e3b6
commit 0f22d87a53

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;