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

SpinBox doesn't visually update when calling set_value_no_signal #70821

Closed
pattlebass opened this issue Jan 1, 2023 · 0 comments · Fixed by #70834
Closed

SpinBox doesn't visually update when calling set_value_no_signal #70821

pattlebass opened this issue Jan 1, 2023 · 0 comments · Fixed by #70834
Milestone

Comments

@pattlebass
Copy link
Contributor

Godot version

v4.0.beta10.official.d0398f62f

System information

Windows 10, gl_compatibility

Issue description

If you use set_value_no_signal on a SpinBox, it doesn't redraw until clicked.

Steps to reproduce

  1. Add SpinBox to scene.
  2. set_value_no_signal(50) # Value displayed doesn't change
  3. Click it. Displayed value changed to 50.

Minimal reproduction project

spinbox redraw bug.zip

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

Successfully merging a pull request may close this issue.

4 participants