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 ----------------------------------------------------}
|
||||
constructor TTodoOptions.create(AOwner: TComponent);
|
||||
begin
|
||||
inherited create(aOwner);
|
||||
fdisableIfMoreFilesThan := 25;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue