lazcontrols: TLVLGraphControl initial size, bug #31344

git-svn-id: trunk@54081 -
This commit is contained in:
mattias 2017-02-03 16:57:48 +00:00
parent 25b81795dc
commit ac5b299301

View File

@ -2632,6 +2632,8 @@ begin
FImageChangeLink := TChangeLink.Create;
FImageChangeLink.OnChange:=@ImageListChange;
ShowHint:=true;
with GetControlClassDefaultSize do
SetInitialBounds(0, 0, CX, CY);
end;
destructor TCustomLvlGraphControl.Destroy;