-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MGTK: Ensure TrackThumb reports no move if thumb doesn't move
When TrackThumb completes it calculates a new thumbpos, and tests if the pos changed. If it didn't change, it shouldn't report a move. But this calculation is lossy and can end up reporting a move when the thumb wasn't moved at all, causing the thumb to jump unexpectedly. Verify that the thumb really did move before signaling a move. Fixes #778
- Loading branch information
1 parent
c8ad2ae
commit 61ab027
Showing
3 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters