mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix spinbox decimal issues when update_on_text_changed = true
This commit is contained in:
parent
b15b24b087
commit
d8318deb0a
2 changed files with 33 additions and 4 deletions
|
|
@ -40,6 +40,7 @@ class SpinBox : public Range {
|
|||
|
||||
LineEdit *line_edit = nullptr;
|
||||
bool update_on_text_changed = false;
|
||||
bool accepted = true;
|
||||
|
||||
struct SizingCache {
|
||||
int buttons_block_width = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue