mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
4805 remove select all from right click action in image gallery
This commit is contained in:
parent
75c3977532
commit
aa40f6da03
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user