mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:20:54 +00:00
Issue #288: less memory usage during FLA export, using stringbuilders
This commit is contained in:
@@ -178,7 +178,7 @@ public class FontPanel extends javax.swing.JPanel {
|
||||
}
|
||||
}
|
||||
ft.setModified(true);
|
||||
SWF.clearImageCache();
|
||||
ft.getSwf().clearImageCache();
|
||||
}
|
||||
|
||||
public void showFontTag(FontTag ft) {
|
||||
|
||||
Reference in New Issue
Block a user