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

Fix for SpinBox decimal input when update_on_text_changed is true #82020

Closed
wants to merge 1 commit into from

Conversation

adeneve
Copy link
Contributor

@adeneve adeneve commented Sep 21, 2023

Fixes Issue #81989

Fixes decimal input in SpinBox when update_on_text_changed is true.

SpinBoxDecimal

@adeneve adeneve requested a review from a team as a code owner September 21, 2023 02:05
Fixes decimal input in SpinBox when update_on_text_changed is true.
@adeneve
Copy link
Contributor Author

adeneve commented Sep 24, 2023

I have confirmed, #80699 fixes this issue as well. Perhaps someone else can verify, but I think we're good to close this PR and use that one instead 👍.

@YuriSizov
Copy link
Contributor

Superseded by #80699. Thanks for your contribution nevertheless!

@YuriSizov YuriSizov closed this Sep 28, 2023
@YuriSizov YuriSizov removed this from the 4.2 milestone Sep 28, 2023
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.

Can't input in a decimal (.) in SpinBox when update_on_text_changed = true
3 participants