Added Copy/move tag to for SWFs inside bundles and/or DefineBinaryData

Fixed reloading SWF inside DefineBinaryData
This commit is contained in:
Jindra Petřík
2022-11-01 06:03:27 +01:00
parent 06914c4697
commit c4b7973460
4 changed files with 134 additions and 103 deletions

View File

@@ -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();
});
}