Quote:
Originally Posted by benjamin3
another bug, if you move the bottom last file just to above during some transfer, it goes below the current transfer, but the marking is the current file suddenly. should normally the "moved" file...
please fix
|
When a queue is being processed the item selection state is no longer kept in sync with the list view, what this means is as items are deleted the selection state will not follow the items.
Keeping the item selection state in sync as each individual item is added or removed from the list view adds a lot of overhead to the list control because these operations are slow.
This is something I will need to re-think, especially if users want me to keep this behavior regardless of the performance overhead penalty.