mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 12:19:57 +02:00
ide: TCodeTemplateEditForm - use CreateNew constructor because it has no resource
git-svn-id: trunk@29277 -
This commit is contained in:
parent
3171f01d02
commit
97ae5619ba
@ -786,7 +786,7 @@ end;
|
||||
|
||||
constructor TCodeTemplateEditForm.Create(TheOwner:TComponent);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
inherited CreateNew(TheOwner, 1);
|
||||
if LazarusResources.Find(ClassName)=nil then begin
|
||||
Width:=300;
|
||||
Height:=150;
|
||||
|
Loading…
Reference in New Issue
Block a user