mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
drag reordering should work again
This commit is contained in:
parent
87caf42a00
commit
e548b78313
1 changed files with 1 additions and 2 deletions
|
@ -1398,9 +1398,8 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
high = newRow - 1;
|
||||
else;
|
||||
|
||||
#warning change
|
||||
for (i = low; i <= high; i++)
|
||||
[[fTorrents objectAtIndex: i] setOrderValue: i];
|
||||
[[fFilteredTorrents objectAtIndex: i] setOrderValue: i];
|
||||
|
||||
[fTableView reloadData];
|
||||
|
||||
|
|
Loading…
Reference in a new issue