mirror of https://gitlab.com/basile.b/dexed.git
fix leak introduced in 3.9.0
This commit is contained in:
parent
04798b1c83
commit
64a2530072
|
@ -265,6 +265,7 @@ end;
|
||||||
{$REGION IEditableOptions ----------------------------------------------------}
|
{$REGION IEditableOptions ----------------------------------------------------}
|
||||||
constructor TTodoOptions.create(AOwner: TComponent);
|
constructor TTodoOptions.create(AOwner: TComponent);
|
||||||
begin
|
begin
|
||||||
|
inherited create(aOwner);
|
||||||
fdisableIfMoreFilesThan := 25;
|
fdisableIfMoreFilesThan := 25;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue