mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
disable enableTreeModel - which drills down and fiddles with outlineView directly. turns out it was not necessary and was poor style anyway
This commit is contained in:
parent
8733f8c950
commit
f57c3b4593
@ -165,7 +165,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
DataResultTopComponent component = DataResultTopComponent.createInstance(title);
|
DataResultTopComponent component = DataResultTopComponent.createInstance(title);
|
||||||
|
|
||||||
component.enableTreeMode();
|
//component.enableTreeMode();
|
||||||
|
|
||||||
DataResultTopComponent.initInstance(pathText, tableFilterWithDescendantsNode, metadata.getFilesMap().size(), component);
|
DataResultTopComponent.initInstance(pathText, tableFilterWithDescendantsNode, metadata.getFilesMap().size(), component);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user