-
Notifications
You must be signed in to change notification settings - Fork 115
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
minor slider issue - max iterations #481
Comments
I had the same feeling about this edit field. It has very wide range, so slider is not so usable. I have to find some nice solution for it. Most of sliders for integers has not so wide range, so they work very well. This was the reason why I didn't implemented solution with deflection slider. But for this type of edit field you can use mouse wheel to control with single step. |
Ah, ok thanks. Almost forgot the mouse wheel. Mostly I avoid using it in MDB, because I triggered changes accidentially pretty often. |
is this still considered an issue? |
Commit 7768157 solves this isssue |
The new slider concept is great and in most cases scaled right. The only one that isn't (as far as I can see) is the one for max fractal iterations. Moving it one pixel lands in my case on 241, then 482 and so on. Is it because it controls an integer value? Maybe it is possible, to have a slider locked in the middle like the others and only the speed of counting up and down varys with the distance of slider movement.
Cheers taurus
The text was updated successfully, but these errors were encountered: