mirror of https://gitlab.com/basile.b/dexed.git
close #182 - duped object not inserted to the end
This commit is contained in:
parent
4733c1d5f8
commit
5e2ce63e25
|
@ -465,7 +465,7 @@ begin
|
|||
begin
|
||||
fProj.beginModification;
|
||||
arr := TJSONArray(prt);
|
||||
arr.Insert(arr.Count-1, dat);
|
||||
arr.Insert(arr.Count, dat);
|
||||
fProj.endModification;
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue