mirror of https://gitlab.com/basile.b/dexed.git
prevented a superfluous update when loading a project
This commit is contained in:
parent
d9aced0359
commit
b51519fd86
|
@ -449,7 +449,6 @@ var
|
||||||
//
|
//
|
||||||
begin
|
begin
|
||||||
patchPlateformPaths(fSrcs);
|
patchPlateformPaths(fSrcs);
|
||||||
doChanged;
|
|
||||||
fModified := false;
|
fModified := false;
|
||||||
hasPatched := false;
|
hasPatched := false;
|
||||||
//
|
//
|
||||||
|
@ -463,9 +462,9 @@ begin
|
||||||
'paths or file may still exist (-of, -od, extraSources, etc)' +
|
'paths or file may still exist (-of, -od, extraSources, etc)' +
|
||||||
'but cannot be automatically handled. Note that the modifications have not been saved.');
|
'but cannot be automatically handled. Note that the modifications have not been saved.');
|
||||||
end;
|
end;
|
||||||
endUpdate;
|
|
||||||
//
|
//
|
||||||
updateOutFilename;
|
updateOutFilename;
|
||||||
|
endUpdate;
|
||||||
if not hasPatched then fModified := false;
|
if not hasPatched then fModified := false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue