mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
lazcontrols: TLVLGraphControl initial size, bug #31344
git-svn-id: branches/fixes_1_6@54082 -
This commit is contained in:
parent
f9d4ecf97b
commit
383134bee7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user