Fixed Adding new frames did not set correct timelined to ShowFrame

Add tag before / after refactoring.
This commit is contained in:
Jindra Petřík
2022-11-06 21:44:39 +01:00
parent ef203ffc3f
commit c73a754a51
6 changed files with 23 additions and 80 deletions
@@ -204,8 +204,8 @@ public class DebuggerTools {
}
}
//Add to target SWF
((Tag) ds).setSwf(swf);
swf.addTag((Tag) ds, (Tag) firstAbc);
((Tag) ds).setSwf(swf);
swf.addTagBefore((Tag) ds, (Tag) firstAbc);
swf.getAbcList().add(swf.getAbcList().indexOf(firstAbc), ds);
((Tag) ds).setModified(true);