Added #1765 Quick search tree for everything, not just AS3 classes

This commit is contained in:
Jindra Petřík
2022-12-03 10:43:27 +01:00
parent 3b2939c4ba
commit 296f58f059
13 changed files with 318 additions and 107 deletions

View File

@@ -328,7 +328,7 @@ public class PinButton extends JPanel {
}
private String getTreeItemPath(TreeItem item) {
TreePath path = mainPanel.getCurrentTree().getModel().getTreePath(item);
TreePath path = mainPanel.getCurrentTree().getFullModel().getTreePath(item);
if (path == null) {
return "";
}