mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
@@ -477,6 +477,8 @@ static NSTimeInterval const kToggleProgressSeconds = 0.175;
|
||||
NSMutableIndexSet* rows = self.fPendingSelectionReloadRows;
|
||||
self.fPendingSelectionReloadRows = nil;
|
||||
|
||||
NSInteger const numberOfRows = self.numberOfRows;
|
||||
[rows removeIndexesInRange:NSMakeRange(numberOfRows, NSIntegerMax - numberOfRows)];
|
||||
if (rows.count > 0)
|
||||
{
|
||||
[self reloadDataForRowIndexes:rows columnIndexes:[NSIndexSet indexSetWithIndex:0]];
|
||||
|
||||
Reference in New Issue
Block a user