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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue