mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
#753 Reload "saved as" swf
This commit is contained in:
@@ -642,7 +642,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
isWelcomeScreen = false;
|
||||
}
|
||||
|
||||
mainMenu.updateComponents(swf, abcList);
|
||||
mainMenu.updateComponents(swf);
|
||||
}
|
||||
|
||||
private void updateUi() {
|
||||
@@ -653,7 +653,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
}
|
||||
|
||||
mainFrame.setTitle(ApplicationInfo.applicationVerName);
|
||||
mainMenu.updateComponents(null, null);
|
||||
mainMenu.updateComponents(null);
|
||||
}
|
||||
|
||||
public void closeAll() {
|
||||
|
||||
Reference in New Issue
Block a user