-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Ctrl+click on Drag/Sliders ignores min/max #946
Comments
I would just like to say that I think the way it works right now is a good feature. It's very nice to have an escape hatch to go to a value that isn't typical, but still necessary. Wouldn't clamping the value yourself work? |
As rolfraging pointed out, this is intended behavior to get maximum flexibility. |
I see. Thanks for the quick response, and the link. |
Closing this as duplicate of, moving to #1829 |
Closing this as duplicate of, moving to #1829 |
FYI renamed |
The ctrl + click option to turn sliders into an input is really handy, but it doesn't respect the slider range. I ran into a problem with this because I have a slider that is controlling an array index, so it can't go out of range. It would be nice if the values were clamped, so that if the input value is less than the min it would automatically get set to the min, and similarly for the max.
Also, I just want to say thanks for all the hard work on this. Imgui is awesome. I'm in the process of converting a qt project, and I'm loving it.
The text was updated successfully, but these errors were encountered: