Issue #1244 Allow to compile back Unknown instructions

This commit is contained in:
honfika@gmail.com
2016-05-29 10:00:33 +02:00
parent d000457330
commit 81c3df016d
6 changed files with 118 additions and 108 deletions

View File

@@ -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();