mirror of https://gitlab.com/basile.b/dexed.git
fix upstream reg introduced in 6d48342da0
the summary didn't detect the unsaved runnables
This commit is contained in:
parent
07a28480e2
commit
f9f9504688
|
@ -1870,7 +1870,7 @@ begin
|
|||
for i := 0 to fMultidoc.documentCount-1 do
|
||||
begin
|
||||
d := fMultidoc.getDocument(i);
|
||||
if d.modified then
|
||||
if d.modified or (d.fileName = d.tempFilename) then
|
||||
begin
|
||||
files += #9 + shortenPath(d.filename) + LineEnding;
|
||||
chang := true;
|
||||
|
|
Loading…
Reference in New Issue