Clearing dumpPreview on SWF close

This commit is contained in:
Jindra Petřík
2022-11-06 15:52:32 +01:00
parent 341a16161a
commit ef203ffc3f

View File

@@ -1131,6 +1131,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
mainMenu.updateComponents(null);
previewPanel.clear();
dumpPreviewPanel.clear();
return true;
}