mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 13:45:09 +00:00
#825 hot keys (and maybe new buttons on new panel) to switch to next or previous DefineText
This commit is contained in:
@@ -173,7 +173,7 @@ public class FontPanel extends javax.swing.JPanel {
|
||||
if (tag instanceof TextTag) {
|
||||
TextTag textTag = (TextTag) tag;
|
||||
if (textTag.getFontIds().contains(fontId)) {
|
||||
String text = textTag.getFormattedText();
|
||||
String text = textTag.getFormattedText().text;
|
||||
mainPanel.saveText(textTag, text, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user