-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Improve changing values in the inspector #22982
Comments
If you hold the LMB over the integer value and move the mouse pointer, you might be surprised. |
Weird thing. It seems to work in most cases. But I just tried it on TextureRect and other some controls. it seems to not work on rect_position.x or y nor rect_size.x or y, when you try to move mouse to the right. |
That's right, but it's quite different from keeping pointer in place and pressing the button - less precise |
@Wiadomy you really should fill out the the issue form. Some sliding issues have been fixed recently.
In fact, that seems to be broken on the current git master-tip. Please create a new issue for this (if there isn't already one). |
This was implemented by #41855, closing. Echo/key repeat events are supported. You can hold down modifier keys like Alt, Shift and Ctrl to modify the speed at which the value changes. up-down.mp4 |
Issue description:
A possibility to change values quicker by continuous holding pressed arrow buttons would be useful. For example 10 steps/second.
It is possible to change value by pressing buttons already, but 1 click = 1 step.
The text was updated successfully, but these errors were encountered: