Industrial: improve AdvLed autosize. Issue #24472, patch from AlexP

git-svn-id: trunk@41548 -
This commit is contained in:
juha 2013-06-05 12:10:44 +00:00
parent 01b111fa39
commit fc09ab4f53

View File

@ -162,7 +162,6 @@ begin
ControlStyle := ControlStyle - [csSetCaption];
Height := 25;
Width := 25;
AutoSize := True;
FGlyphs[lsOn] := TLedBitmap.Create;
FGlyphs[lsOff] := TLedBitmap.Create;
FGlyphs[lsDisabled] := TLedBitmap.Create;