From a8efc910a825616c02b7d665bbf1062e8dc90f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 6 Nov 2022 11:20:34 +0100 Subject: [PATCH] Fixed dump view exception on New files --- libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index fdbea04d9..2e360cbef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -1187,6 +1187,7 @@ public final class SWF implements SWFContainerItem, Timelined { public SWF() { version = SWF.DEFAULT_VERSION; displayRect = new RECT(0, 1, 0, 1); + dumpInfo = new DumpInfoSwfNode(this, "rootswf", "", null, 0, 0); } /**