mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
Fixed flattening switch for ABCs
This commit is contained in:
@@ -3737,7 +3737,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (this.openables.contains(treeItemSwf.openableList)) {
|
||||
setTagTreeSelectedNode(getCurrentTree(), treeItem);
|
||||
}
|
||||
} else {
|
||||
} else if (openable != null) {
|
||||
if (this.openables.contains(openable.getOpenableList())) {
|
||||
setTagTreeSelectedNode(getCurrentTree(), treeItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user