4805 remove select all from right click action in image gallery

This commit is contained in:
William Schaefer 2019-03-15 16:02:31 -04:00
parent 75c3977532
commit aa40f6da03

View File

@ -890,9 +890,6 @@ public class GroupPane extends BorderPane {
t.consume(); t.consume();
break; break;
case SECONDARY: case SECONDARY:
if (t.getClickCount() == 1) {
selectAllFiles();
}
if (isNotEmpty(selectionModel.getSelected())) { if (isNotEmpty(selectionModel.getSelected())) {
if (contextMenu == null) { if (contextMenu == null) {
contextMenu = buildContextMenu(); contextMenu = buildContextMenu();