mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 14:05:10 +00:00
Added #1765 Quick search tree for everything, not just AS3 classes
This commit is contained in:
@@ -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 "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user