mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
Added Copy/move tag to for SWFs inside bundles and/or DefineBinaryData
Fixed reloading SWF inside DefineBinaryData
This commit is contained in:
@@ -3798,7 +3798,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
} catch (IOException ex) {
|
||||
//ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (InterruptedException ex) {
|
||||
//ignore
|
||||
}
|
||||
@@ -3815,6 +3815,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
protected void done() {
|
||||
View.execInEventDispatch(() -> {
|
||||
Main.loadingDialog.setVisible(false);
|
||||
refreshTree();
|
||||
Main.stopWork();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user