We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Width and shift sliders do not work well with mouse wheel
The text was updated successfully, but these errors were encountered:
tested in 2.6.7 from 29th Apr'10 - same problem
Sorry, something went wrong.
now fixed. Was caused by (int) being used to round. Needed to know the direction of mouse wheel (+ve or -ve step) and then use Ceiling or Floor.
Merge pull request #1 from ramdor/master
c11823b
merge Richies latest
No branches or pull requests
Width and shift sliders do not work well with mouse wheel
The text was updated successfully, but these errors were encountered: