mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:40:49 +00:00
replace shape with image
This commit is contained in:
@@ -198,7 +198,7 @@ public class FontPanel extends javax.swing.JPanel {
|
||||
setAllowSave(false);
|
||||
String key = swf.getShortFileName() + "_" + ft.getFontId() + "_" + ft.getFontName();
|
||||
|
||||
String selectedFont = "";
|
||||
String selectedFont;
|
||||
|
||||
if (swf.sourceFontNamesMap.containsKey(ft.getFontId())) {
|
||||
selectedFont = swf.sourceFontNamesMap.get(ft.getFontId());
|
||||
|
||||
Reference in New Issue
Block a user