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

@ -144,7 +144,6 @@ class SpinBox : public Range {
void _mouse_exited();
void _update_buttons_state_for_current_value();
void _set_step_no_signal(double p_step);
protected:
virtual void gui_input(const Ref<InputEvent> &p_event) override;