mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 11:14:50 +00:00
#805 Autosave
This commit is contained in:
@@ -455,11 +455,11 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
showCardRight(CARDTEXTPANEL);
|
||||
parametersPanel.setVisible(true);
|
||||
setDividerLocation(Configuration.guiPreviewSplitPaneDividerLocation.get(getWidth() / 2));
|
||||
textPanel.setText(textTag.getFormattedText());
|
||||
textPanel.setText(textTag);
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
imagePanel.stop();
|
||||
imagePanel.clearAll();
|
||||
if (media != null) {
|
||||
media.pause();
|
||||
}
|
||||
@@ -469,6 +469,10 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
fontPanel.clear();
|
||||
}
|
||||
|
||||
public void closeTag() {
|
||||
textPanel.closeTag();
|
||||
}
|
||||
|
||||
public void showBinaryPanel(DefineBinaryDataTag binaryDataTag) {
|
||||
showCardLeft(BINARY_TAG_CARD);
|
||||
binaryPanel.setBinaryData(binaryDataTag);
|
||||
|
||||
Reference in New Issue
Block a user