- Attach tag menu (Like DefineScaling grid to DefineSprite, etc.)
- Better tag error handling - these tags now got error icon

Changed
- #1455 All tag types are now allowed inside DefineSprite
This commit is contained in:
Jindra Petřík
2022-11-06 21:44:39 +01:00
parent 49f23c04b1
commit 6c964899fb
17 changed files with 199 additions and 151 deletions
@@ -133,7 +133,7 @@ public class DumpInfo implements TreeItem {
SWFInputStream sis = tagStub.getDataStream();
sis.seek(tagStub.getDataPos());
sis.dumpInfo = this;
resolvedTag = SWFInputStream.resolveTag(tagStub, 0, false, true, false);
resolvedTag = SWFInputStream.resolveTag(tagStub, 0, false, true, false, false);
} catch (InterruptedException | IOException ex) {
Logger.getLogger(DumpInfo.class.getName()).log(Level.SEVERE, null, ex);
}