mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 15:31:56 +00:00
Issue #650: command line parameter to change binary data in DefineBinaryDataTag
This commit is contained in:
@@ -53,6 +53,8 @@ public final class BinaryPanel extends JPanel implements ComponentListener {
|
||||
} else {
|
||||
hexEditor.setData(new byte[0], null, null);
|
||||
}
|
||||
hexEditor.revalidate();
|
||||
hexEditor.repaint();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user