Double click timelined in Library shows its timeline.

Properly dispose ImagePanels
This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 9af01e7eab
commit 1e849f435d
4 changed files with 49 additions and 4 deletions
@@ -6503,6 +6503,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public void dispose() {
easyPanel.dispose();
if (calculateMissingNeededThread != null) {
calculateMissingNeededThread.interrupt();
}