Spinbox: Fix incorrect step and decimal text when using custom arrow step

This commit is contained in:
LuoZhihao 2025-06-09 18:57:24 +08:00
parent 9e02194297
commit 81406ff1f4
4 changed files with 21 additions and 28 deletions

View file

@ -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);