mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:50:51 +00:00
Fixed Exceptions on cancelling file loading
This commit is contained in:
@@ -1567,6 +1567,9 @@ public class Main {
|
||||
View.execInEventDispatch(() -> {
|
||||
Main.startWork(AppStrings.translate("work.creatingwindow") + "...", null);
|
||||
ensureMainFrame();
|
||||
if (openables1.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
if (reloadIndices[findex] > -1) {
|
||||
mainFrame.getPanel().loadSwfAtPos(openables1, reloadIndices[findex]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user