mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 20:20: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;
|
||||
|
||||
|
||||
@@ -131,9 +131,9 @@ public class TextPanel extends JPanel implements ActionListener {
|
||||
TextTag textTag = (TextTag) item;
|
||||
if (mainPanel.saveText(textTag, textValue.getText(), null)) {
|
||||
setEditText(false);
|
||||
item.getSwf().clearImageCache();
|
||||
mainPanel.reload(true);
|
||||
}
|
||||
item.getSwf().clearImageCache();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user