mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:40:49 +00:00
Added #1765 Quick search tree for everything, not just AS3 classes
This commit is contained in:
@@ -491,7 +491,7 @@ public class View {
|
||||
int rowCount = tree.getRowCount();
|
||||
for (int i = 0; i < rowCount; i++) {
|
||||
try {
|
||||
TreePath path = tree.getPathForRow(i);
|
||||
TreePath path = tree.getPathForRow(i);
|
||||
if (tree.isExpanded(path)) {
|
||||
List<String> pathAsStringList = new ArrayList<>();
|
||||
for (Object pathCompnent : path.getPath()) {
|
||||
|
||||
Reference in New Issue
Block a user