close #182 - duped object not inserted to the end

This commit is contained in:
Basile Burg 2017-08-21 06:39:19 +02:00
parent 4733c1d5f8
commit 5e2ce63e25
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -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