lazcontrols: TLVLGraphControl initial size, bug #31344

git-svn-id: branches/fixes_1_6@54082 -
This commit is contained in:
mattias 2017-02-03 16:58:08 +00:00
parent f9d4ecf97b
commit 383134bee7

View File

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