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
|
begin
|
||||||
fProj.beginModification;
|
fProj.beginModification;
|
||||||
arr := TJSONArray(prt);
|
arr := TJSONArray(prt);
|
||||||
arr.Insert(arr.Count-1, dat);
|
arr.Insert(arr.Count, dat);
|
||||||
fProj.endModification;
|
fProj.endModification;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue