#4694 Don't call reloadData on the main table on each updateUI call (and each sort) if the order hasn't changed; instead call setNeedsDisplay:. Don't call reloadData when toggling the main window per-torrent status string

This commit is contained in:
Mitchell Livingston
2012-01-03 01:53:53 +00:00
parent 97c9f72cda
commit d024e6bf39
3 changed files with 44 additions and 16 deletions

View File

@@ -208,8 +208,8 @@
if (row == [fTableView numberOfRows])
--row;
[fTableView selectRowIndexes: [NSIndexSet indexSetWithIndex: row] byExtendingSelection: NO];
[fTableView scrollRowToVisible: row];
}
[fTableView scrollRowToVisible: row];
break;
}