mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:34:45 +00:00
Added #1414 Cancelling in-progress exportation
Fixed FLA export printing xxx string on exporting character with id 320
This commit is contained in:
@@ -529,6 +529,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
statusPanel.setWorkStatus(s, worker);
|
||||
mainMenu.updateComponents();
|
||||
}
|
||||
|
||||
public CancellableWorker getCurrentWorker() {
|
||||
return statusPanel.getCurrentWorker();
|
||||
}
|
||||
|
||||
private JPanel createWelcomePanel() {
|
||||
JPanel welcomePanel = new JPanel();
|
||||
|
||||
Reference in New Issue
Block a user