put jpeg tag to correct position after replacing shape

This commit is contained in:
honfika@gmail.com
2015-07-19 14:32:33 +02:00
parent f6e51bbacc
commit 2ad09b1d98

View File

@@ -57,7 +57,7 @@ public class ShapeImporter {
int idx = swf.tags.indexOf(st);
if (idx != -1) {
swf.tags.add(0, imageTag);
swf.tags.add(idx, imageTag);
} else {
swf.tags.add(imageTag);
}