mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:02:41 +02:00
lazcontrols: TLVLGraphControl initial size, bug #31344
git-svn-id: trunk@54081 -
This commit is contained in:
parent
25b81795dc
commit
ac5b299301
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user