From aa40f6da03301a2dc16f00f5608c8172dfcba1c0 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Fri, 15 Mar 2019 16:02:31 -0400 Subject: [PATCH] 4805 remove select all from right click action in image gallery --- .../autopsy/imagegallery/gui/drawableviews/GroupPane.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java index 3d20fb7edb..701a2628aa 100644 --- a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java +++ b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java @@ -890,9 +890,6 @@ public class GroupPane extends BorderPane { t.consume(); break; case SECONDARY: - if (t.getClickCount() == 1) { - selectAllFiles(); - } if (isNotEmpty(selectionModel.getSelected())) { if (contextMenu == null) { contextMenu = buildContextMenu();