mirror of https://gitlab.com/basile.b/dexed.git
fix, info can be produced after the document destruction
This commit is contained in:
parent
cc5150f1a2
commit
09fde4f337
|
|
@ -491,6 +491,7 @@ begin
|
||||||
|
|
||||||
clearTree;
|
clearTree;
|
||||||
updateVisibleCat;
|
updateVisibleCat;
|
||||||
|
if fDoc = nil then exit;
|
||||||
|
|
||||||
if not FileExists(fJsonFname) then exit;
|
if not FileExists(fJsonFname) then exit;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue