Double click timelined in Library shows its timeline.

Properly dispose ImagePanels
This commit is contained in:
Jindra Petřík
2024-10-10 17:05:18 +02:00
parent 9af01e7eab
commit 1e849f435d
4 changed files with 49 additions and 4 deletions

View File

@@ -6503,6 +6503,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public void dispose() {
easyPanel.dispose();
if (calculateMissingNeededThread != null) {
calculateMissingNeededThread.interrupt();
}