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

@@ -192,7 +192,7 @@ public class FontPanel extends JPanel {
TextTag textTag = (TextTag) tag;
if (textTag.getFontIds().contains(fontId)) {
String text = textTag.getFormattedText(true).text;
mainPanel.saveText(textTag, text, null);
mainPanel.saveText(textTag, text, null, null);
}
}
}