drag reordering should work again
This commit is contained in:
parent
87caf42a00
commit
e548b78313
|
@ -1398,9 +1398,8 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||||
high = newRow - 1;
|
high = newRow - 1;
|
||||||
else;
|
else;
|
||||||
|
|
||||||
#warning change
|
|
||||||
for (i = low; i <= high; i++)
|
for (i = low; i <= high; i++)
|
||||||
[[fTorrents objectAtIndex: i] setOrderValue: i];
|
[[fFilteredTorrents objectAtIndex: i] setOrderValue: i];
|
||||||
|
|
||||||
[fTableView reloadData];
|
[fTableView reloadData];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue