dragging a url now hilights the whole table

This commit is contained in:
Mitchell Livingston 2006-12-18 18:33:32 +00:00
parent d7c9da2c8f
commit 4e40a35f63
1 changed files with 1 additions and 1 deletions

View File

@ -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])