mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:20:45 +00:00
Fixed Adding new frames did not set correct timelined to ShowFrame
Add tag before / after refactoring.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user