From f57c3b45934d9711f36047a2befecb2df26ed711 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Mon, 26 Mar 2018 09:07:23 -0600 Subject: [PATCH] disable enableTreeModel - which drills down and fiddles with outlineView directly. turns out it was not necessary and was poor style anyway --- .../sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index 80db0a6ee1..f03fd0d637 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -165,7 +165,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel { DataResultTopComponent component = DataResultTopComponent.createInstance(title); - component.enableTreeMode(); + //component.enableTreeMode(); DataResultTopComponent.initInstance(pathText, tableFilterWithDescendantsNode, metadata.getFilesMap().size(), component);