We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dc864 commit 47950b4Copy full SHA for 47950b4
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/TransferController.java
@@ -368,6 +368,8 @@ public String tableView_typeSelectStringForTableColumn_row(final NSTableView vie
368
return transferTableModel.getSource().get(row.intValue()).getName();
369
}
370
}).id());
371
+ this.transferTable.setTarget(transferTableDelegate.id());
372
+ this.transferTable.setDoubleAction(Foundation.selector("tableRowDoubleClicked:"));
373
// receive drag events from types
374
// in fact we are not interested in file promises, but because the browser model can only initiate
375
// a drag with tableView.dragPromisedFilesOfTypes(), we listens for those events
0 commit comments