mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:00:46 +00:00
Added
- 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user