Merge pull request #3886 from wschaeferB/3933-RowBasedSelectionBug

3933 restore based row selection in table
This commit is contained in:
Richard Cordovano 2018-06-21 12:37:43 -04:00 committed by GitHub
commit 7ca22e5544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);