Changeset 5825


Ignore:
Timestamp:
May 12, 2008, 10:08:06 PM (15 years ago)
Author:
livings124
Message:

when sorting by queue order, dragging on group header will place the torrent at the bottom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r5824 r5825  
    26212621            else
    26222622            {
    2623                 if (![[fDefaults stringForKey: @"Sort"] isEqualToString: SORT_ORDER])
     2623                if ([[fDefaults stringForKey: @"Sort"] isEqualToString: SORT_ORDER])
     2624                    index = [[item objectForKey: @"Torrents"] count];
     2625                else
    26242626                    index = NSOutlineViewDropOnItemIndex;
    26252627            }
Note: See TracChangeset for help on using the changeset viewer.