mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 01:05:11 +00:00
gui - no swf in tree item hangling
This commit is contained in:
@@ -2979,11 +2979,13 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
// show welcome panel after closing swfs
|
||||
updateUi();
|
||||
} else {
|
||||
if (swf == null) {
|
||||
if (swf == null && swfs.get(0) != null) {
|
||||
swf = swfs.get(0).get(0);
|
||||
}
|
||||
|
||||
updateUi(swf);
|
||||
if (swf != null) {
|
||||
updateUi(swf);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
updateUi();
|
||||
|
||||
Reference in New Issue
Block a user