Fixed: #1636 Exception on reloading (7)

This commit is contained in:
Jindra Petřík
2021-03-09 23:05:43 +01:00
parent 9ddc983a03
commit 8c988646f7
6 changed files with 57 additions and 6 deletions

View File

@@ -989,8 +989,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
swfs.clear();
oldItem = null;
clear();
updateUi();
updateUi();
for (SWFList swfList : swfsLists) {
List<SWF> swfs2 = new ArrayList<>(swfList);
for (SWF swf : swfs2) {