mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
Issue #1244 Allow to compile back Unknown instructions
This commit is contained in:
@@ -339,7 +339,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
}
|
||||
|
||||
private void saveText(boolean refresh) {
|
||||
if (mainPanel.saveText(textTag, textValue.getText(), null)) {
|
||||
if (mainPanel.saveText(textTag, textValue.getText(), null, textValue)) {
|
||||
setEditText(false);
|
||||
setModified(false);
|
||||
textTag.getSwf().clearImageCache();
|
||||
|
||||
Reference in New Issue
Block a user