Skip to content

Commit 47950b4

Browse files
committed
Set double action.
1 parent 79dc864 commit 47950b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/TransferController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ public String tableView_typeSelectStringForTableColumn_row(final NSTableView vie
368368
return transferTableModel.getSource().get(row.intValue()).getName();
369369
}
370370
}).id());
371+
this.transferTable.setTarget(transferTableDelegate.id());
372+
this.transferTable.setDoubleAction(Foundation.selector("tableRowDoubleClicked:"));
371373
// receive drag events from types
372374
// in fact we are not interested in file promises, but because the browser model can only initiate
373375
// a drag with tableView.dragPromisedFilesOfTypes(), we listens for those events

0 commit comments

Comments
 (0)