Skip to content
New issue

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/Shift sliders mouse wheel issue #1

Closed
ramdor opened this issue Apr 4, 2022 · 2 comments
Closed

Width/Shift sliders mouse wheel issue #1

ramdor opened this issue Apr 4, 2022 · 2 comments
Labels
bug Something isn't working fixed Issue is fixed

Comments

@ramdor
Copy link
Owner

ramdor commented Apr 4, 2022

Width and shift sliders do not work well with mouse wheel

@ramdor ramdor added the bug Something isn't working label Apr 4, 2022
@ramdor
Copy link
Owner Author

ramdor commented Apr 4, 2022

tested in 2.6.7 from 29th Apr'10 - same problem

@ramdor ramdor added the fixed Issue is fixed label Apr 4, 2022
@ramdor
Copy link
Owner Author

ramdor commented Apr 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Issue is fixed
Projects
None yet
Development

No branches or pull requests

1 participant