On Lion with group rows shown, when moving torrents to a group row that did not previously exist, do sliding instead of fading and keep selected torrents selected.

This commit is contained in:
Mitchell Livingston
2012-01-14 19:53:08 +00:00
parent 8ca8c76799
commit 6777c6f0f6
2 changed files with 31 additions and 24 deletions

View File

@@ -192,7 +192,7 @@ typedef enum
- (void) applyFilter;
- (void) sortTorrents: (BOOL) includeQueueOrder;
- (void) sortTorrentsIgnoreSelectedCallUpdates: (BOOL) callUpdates includeQueueOrder: (BOOL) includeQueueOrder;
- (void) sortTorrentsCallUpdates: (BOOL) callUpdates includeQueueOrder: (BOOL) includeQueueOrder;
- (void) rearrangeTorrentTableArray: (NSMutableArray *) rearrangeArray forParent: (id) parent withSortDescriptors: (NSArray *) descriptors beganTableUpdate: (BOOL *) beganTableUpdate;
- (void) setSort: (id) sender;
- (void) setSortByGroup: (id) sender;