Fixed flattening switch for ABCs

This commit is contained in:
Jindra Petřík
2022-11-20 12:39:15 +01:00
parent 344bdfa6ea
commit a43fadb8cf
6 changed files with 16 additions and 11 deletions

View File

@@ -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);
}