mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 21:26:28 +00:00
Issue #1244 Allow to compile back Unknown instructions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user