mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:10:46 +00:00
faster expanding all treenodes
This commit is contained in:
@@ -211,7 +211,7 @@ public class DumpTree extends JTree implements ActionListener {
|
||||
if (path == null) {
|
||||
return;
|
||||
}
|
||||
View.expandTreeNodesRecursive(this, path, true);
|
||||
View.expandTreeNodes(this, path, true);
|
||||
}
|
||||
break;
|
||||
case ACTION_SAVE_TO_FILE: {
|
||||
|
||||
Reference in New Issue
Block a user