mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:50:46 +00:00
dumpview: allow opening multiple swfs, context menu: expand all and close menu items
show abc and actionbytes in dump view, hexview style fixes better scroll to view mode in hex editor
This commit is contained in:
@@ -42,7 +42,7 @@ public class DumpInfo {
|
||||
|
||||
public List<DumpInfo> childInfos = new ArrayList<>();
|
||||
|
||||
public DumpInfo(String name, String type, Object value, long startByte, int lengthBytes) {
|
||||
public DumpInfo(String name, String type, Object value, long startByte, long lengthBytes) {
|
||||
|
||||
this.name = name;
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user