1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

disable dragging on the ov outline

This commit is contained in:
adam-m
2012-12-27 15:24:03 -05:00
parent 3c1ae6a5c5
commit 26556ef840

View File

@@ -65,6 +65,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
// don't show the root node
ov.getOutline().setRootVisible(false);
ov.getOutline().setDragEnabled(false);
}
/**