-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Fix spinbox decimal issues when update_on_text_changed
= true
#100684
Fix spinbox decimal issues when update_on_text_changed
= true
#100684
Conversation
88c45ed
to
f5bd284
Compare
|
6eec5b4
to
2cf54be
Compare
2cf54be
to
0b7c9e2
Compare
Done. |
0b7c9e2
to
f72620b
Compare
When the number ends with period and you press Enter, the period will disappear resulting in wrong text. Pressing Enter again will update it correctly. godot.windows.editor.dev.x86_64_U2TJsmHcSd.mp4 |
f72620b
to
b0bba3d
Compare
Fixed. |
b0bba3d
to
2e6a6d3
Compare
Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works correctly now.
2e6a6d3
to
d8318de
Compare
Thanks! |
Cherry-picked for 4.4.1. |
Fixes: #100620
When using
update_on_text_changed
:If
.
is entered as the first character, automatically change to0.
Text ending in
.
does not get submitted, unless "accepted".Round numbers do not automatically have a decimal appended to it, unless "accepted".
2024-12-20.18-53-49.mp4