mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 06:35:34 +00:00
Fixed AS3 Cast exception when used tree filter and then direct editing
This commit is contained in:
@@ -1850,7 +1850,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
|
||||
public List<TreeItem> getASTreeNodes(TagTree tree) {
|
||||
List<TreeItem> result = new ArrayList<>();
|
||||
TagTreeModel tm = (TagTreeModel) tree.getModel();
|
||||
TagTreeModel tm = (TagTreeModel) tree.getFullModel();
|
||||
if (tm == null) {
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user