logoAnerty's Lair - BugFix - DriveSort 1.242 << News << Home
fren
^
article

BugFix: DriveSort 1.242

This version fixes two file list scrolling bugs which affect the DriveSort's playlist mode:

  • The first bug prevented the list from automatically scrolling up or down when you were dragging a file above or below the files currently visible in the file list, which made manually sorting folders with many files a pain. It was due to DriveSort's use of an up or down scroll increment with a number of pixels which was smaller than the list line height, which was rounded down to zero lines by the list view control and thus lead to no scrolling at all.
  • The second bug made the list scroll back up to the first file when a file was dropped in its new position. I've fixed it so the files currently in view before the drop stay displayed after the drop.
Thanks to the user who reported the scrolling issues.