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

Inspector: Make default float step configurable #30776

Merged

Conversation

akien-mga
Copy link
Member

Also allow lifting the decimal step formatting with a hint range step
of 0. A new range_step_decimals() is added for this to avoid breaking
compatibility on the general purpose step_decimals() (which still
returns 0 for an input step of 0).

Supersedes #25470.
Partial fix for #18251.

Also allow lifting the decimal step formatting with a hint range step
of 0. A new `range_step_decimals()` is added for this to avoid breaking
compatibility on the general purpose `step_decimals()` (which still
returns 0 for an input step of 0).

Supersedes godotengine#25470.
Partial fix for godotengine#18251.
@jahd2602
Copy link
Contributor

Thanks @akien-mga !

Wouldn't it be better for the checkbox to be on project settings? So that the option gets submitted to git through project.godot, and multiple devs working on a single project do that with the same precision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants