mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 17:55:07 +00:00
Fixed: #1636 Exception on reloading (7)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user