when sorting by queue order, dragging on group header will place the torrent at the bottom
This commit is contained in:
parent
320f43211f
commit
add14825a7
|
@ -2620,7 +2620,9 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
}
|
||||
else
|
||||
{
|
||||
if (![[fDefaults stringForKey: @"Sort"] isEqualToString: SORT_ORDER])
|
||||
if ([[fDefaults stringForKey: @"Sort"] isEqualToString: SORT_ORDER])
|
||||
index = [[item objectForKey: @"Torrents"] count];
|
||||
else
|
||||
index = NSOutlineViewDropOnItemIndex;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue