mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:31:01 +00:00
Added: #2478 Simple editor - editing texts (not WYSIWYG, textual as in classic editor)
This commit is contained in:
@@ -236,7 +236,7 @@ public class FontPanel extends JPanel implements TagEditorPanel {
|
||||
TextTag textTag = (TextTag) tag;
|
||||
if (textTag.getFontIds().contains(fontId)) {
|
||||
String text = textTag.getFormattedText(true).text;
|
||||
mainPanel.saveText(textTag, text, null, null);
|
||||
mainPanel.saveText(textTag, text, null, null, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user