mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 13:05:33 +00:00
Reload problem fixed
This commit is contained in:
@@ -328,7 +328,9 @@ public class Main {
|
||||
|
||||
public static boolean reloadSWFs() {
|
||||
CancellableWorker.cancelBackgroundThreads();
|
||||
mainFrame.closeAll();
|
||||
if (mainFrame != null) {
|
||||
mainFrame.closeAll();
|
||||
}
|
||||
if (Main.sourceInfos.isEmpty()) {
|
||||
Cache.clearAll();
|
||||
System.gc();
|
||||
|
||||
Reference in New Issue
Block a user