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

Node2D/3D: Make position follow default float step #100597

Conversation

Zshandi
Copy link
Contributor

@Zshandi Zshandi commented Dec 19, 2024

Fixes: #100594

I verified the change does not regress issue #53327 (the position property remains draggable)

@Zshandi Zshandi requested review from a team as code owners December 19, 2024 08:18
@Sauermann Sauermann added this to the 4.4 milestone Dec 19, 2024
@KoBeWi
Copy link
Member

KoBeWi commented Jan 12, 2025

the position property remains draggable

It's not draggable when you hold Ctrl. But it only happens with very low float step and affects all properties, so that fix wasn't very good anyway. The default step value works correctly.

@akien-mga akien-mga merged commit 194894d into godotengine:master Jan 12, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

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.

transform.position doesn't follow default_float_step (limited to 3 decimal places)
4 participants