mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Spinbox: Fix incorrect step and decimal text when using custom arrow step
This commit is contained in:
parent
9e02194297
commit
81406ff1f4
4 changed files with 21 additions and 28 deletions
|
|
@ -62,6 +62,7 @@ class Range : public Control {
|
|||
void _set_value_no_signal(double p_val);
|
||||
|
||||
protected:
|
||||
double _calc_value(double p_val, double p_step) const;
|
||||
virtual void _value_changed(double p_value);
|
||||
void _notify_shared_value_changed() { shared->emit_value_changed(); }
|
||||
void _notification(int p_what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue