mirror of https://gitlab.com/basile.b/dexed.git
fix, useless project double update
This commit is contained in:
parent
2442892fec
commit
722ef18563
|
@ -298,11 +298,13 @@ begin
|
|||
//
|
||||
nme := '';
|
||||
beginImperativeUpdate;
|
||||
fProj.beginUpdate;
|
||||
src := fProj.currentConfiguration;
|
||||
trg := fProj.addConfiguration;
|
||||
trg.assign(src);
|
||||
if InputQuery('Configuration name', '', nme) then trg.name := nme;
|
||||
fProj.ConfigurationIndex := trg.Index;
|
||||
fProj.endUpdate;
|
||||
endImperativeUpdate;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue