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

Disable the slider for numeric values on the tree view. #17

Merged
merged 1 commit into from
Feb 13, 2014
Merged

Disable the slider for numeric values on the tree view. #17

merged 1 commit into from
Feb 13, 2014

Conversation

TiZ-HugLife
Copy link
Contributor

I've talked to Juan about this, and he seems to be in relative agreement that the slider on the treeview's numeric values isn't exactly an optimal solution. There are multiple things wrong with it, namely that there is no intelligent handling of limits that are essentially limitless (that is, -65536 to 65535), and it doesn't go away when you're done editing a field, which leads to accidental clicks that cause chaos. Example: I change the screen width of my project, and then for some reason try to use the mouse to go to the field below. Oops, the width of my project is now -12445.

I'm not a C++ programmer, I'm more comfortable in C#. And I don't know the codebase well enough to create proper fixes, but I don't feel the slider contributes anything of value to this particular gui element, so for now, I've just gotten rid of it.

godotengine pushed a commit that referenced this pull request Feb 13, 2014
Disable the slider for numeric values on the tree view.
@godotengine godotengine merged commit 6ac0316 into godotengine:master Feb 13, 2014
@draxdeveloper draxdeveloper mentioned this pull request Aug 31, 2015
hungrymonkey referenced this pull request in hungrymonkey/godot Sep 30, 2017
lawnjelly added a commit to lawnjelly/godot that referenced this pull request Mar 31, 2023
YeldhamDev pushed a commit to YeldhamDev/godot that referenced this pull request Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants