mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
dragging a url now hilights the whole table
This commit is contained in:
parent
d7c9da2c8f
commit
4e40a35f63
1 changed files with 1 additions and 1 deletions
|
@ -1834,7 +1834,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
}
|
||||
else if ([[pasteboard types] containsObject: NSURLPboardType])
|
||||
{
|
||||
[fTableView setDropRow: row dropOperation: NSTableViewDropAbove];
|
||||
[fTableView setDropRow: -1 dropOperation: NSTableViewDropOn];
|
||||
return NSDragOperationGeneric;
|
||||
}
|
||||
else if ([[pasteboard types] containsObject: TORRENT_TABLE_VIEW_DATA_TYPE])
|
||||
|
|
Loading…
Reference in a new issue