mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:40:49 +00:00
committed by
Jindra Petřík
parent
49621808ea
commit
a0a4bde470
@@ -604,8 +604,8 @@ public class View {
|
||||
TreePath path = tree.getPathForRow(i);
|
||||
if (tree.isExpanded(path)) {
|
||||
List<String> pathAsStringList = new ArrayList<>();
|
||||
for (Object pathCompnent : path.getPath()) {
|
||||
pathAsStringList.add(pathCompnent.toString());
|
||||
for (Object pathComponent : path.getPath()) {
|
||||
pathAsStringList.add(pathComponent.toString());
|
||||
}
|
||||
expandedNodes.add(pathAsStringList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user