mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 09:38:16 +00:00
more AS2 deobfuscation fixes & cleanup
This commit is contained in:
@@ -425,14 +425,14 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
|
||||
public void clear() {
|
||||
imagePanel.stop();
|
||||
binaryPanel.setBinaryData(null,null);
|
||||
binaryPanel.setBinaryData(null, null);
|
||||
genericTagPanel.clear();
|
||||
fontPanel.clear();
|
||||
}
|
||||
|
||||
public void showBinaryPanel(byte[] data,TagNode node) {
|
||||
public void showBinaryPanel(byte[] data, TagNode node) {
|
||||
showCardLeft(BINARY_TAG_CARD);
|
||||
binaryPanel.setBinaryData(data,node);
|
||||
binaryPanel.setBinaryData(data, node);
|
||||
parametersPanel.setVisible(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user