faster expanding all treenodes

This commit is contained in:
2014-11-10 23:42:40 +01:00
parent 0690a69efa
commit 5a8c3bcca8
7 changed files with 20 additions and 134 deletions
@@ -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: {