mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:00:46 +00:00
cache clear fix, font list selected value fixed
This commit is contained in:
@@ -198,7 +198,7 @@ public class FontPanel extends javax.swing.JPanel {
|
||||
String chars = ft.getCharacters(swf.tags);
|
||||
fontCharactersTextArea.setText(chars);
|
||||
setAllowSave(false);
|
||||
String key = swf.getShortFileName() + "_" + ft.getFontId() + "_" + ft.getFontName();
|
||||
String key = swf.getShortFileName() + "_" + ft.getFontId() + "_" + ft.getFontNameIntag();
|
||||
|
||||
String selectedFont;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user