From b71f7e065889a8e38fd0cb0a41103daef2e7b915 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Thu, 21 Jun 2018 12:21:22 -0400 Subject: [PATCH] 3933 restore based row selection in table --- .../sleuthkit/autopsy/corecomponents/DataResultViewerTable.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java index 8ccdd64daa..6ccf1a3c46 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java @@ -144,7 +144,6 @@ public class DataResultViewerTable extends AbstractDataResultViewer { outline = outlineView.getOutline(); outline.setRowSelectionAllowed(true); - outline.setColumnSelectionAllowed(true); outline.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); outline.setRootVisible(false); outline.setDragEnabled(false);