mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:20:19 +02:00
DockedFormEditor: Fix a missing Result value of TDesignForms.Add().
This commit is contained in:
parent
8533349aba
commit
a236313f5f
@ -195,7 +195,7 @@ end;
|
||||
function TDesignForms.Add(const Item: TDesignForm): Integer;
|
||||
begin
|
||||
Item.FContainer := Self;
|
||||
inherited;
|
||||
Result := inherited Add(Item);
|
||||
end;
|
||||
|
||||
procedure TDesignForms.DeleteDesignForm(AIndex: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user