mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 22:15:32 +00:00
reloading exception
This commit is contained in:
@@ -833,14 +833,14 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
Main.populateSwfs(s, allSwfs);
|
||||
}
|
||||
|
||||
List<List<String>> expandedNodes = View.getExpandedNodes(tagTree);
|
||||
previewPanel.clear();
|
||||
swfs.set(index, newSwfs);
|
||||
|
||||
for (SWF s : allSwfs) {
|
||||
s.clearTagSwfs();
|
||||
Main.searchResultsStorage.destroySwf(s);
|
||||
}
|
||||
|
||||
List<List<String>> expandedNodes = View.getExpandedNodes(tagTree);
|
||||
previewPanel.clear();
|
||||
swfs.set(index, newSwfs);
|
||||
SWF swf = newSwfs.size() > 0 ? newSwfs.get(0) : null;
|
||||
if (swf != null) {
|
||||
updateUi(swf);
|
||||
|
||||
Reference in New Issue
Block a user