mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:50:47 +00:00
#1128 Letterspacing bug (after font embed): ignore letterspacing when character changed
This commit is contained in:
@@ -186,7 +186,7 @@ public class FontPanel extends JPanel {
|
||||
if (tag instanceof TextTag) {
|
||||
TextTag textTag = (TextTag) tag;
|
||||
if (textTag.getFontIds().contains(fontId)) {
|
||||
String text = textTag.getFormattedText().text;
|
||||
String text = textTag.getFormattedText(true).text;
|
||||
mainPanel.saveText(textTag, text, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user