mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #3886 from wschaeferB/3933-RowBasedSelectionBug
3933 restore based row selection in table
This commit is contained in:
commit
7ca22e5544
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user