diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-17 02:25:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 02:25:41 +0200 |
commit | bb4c464fecae268a419a91db8eec8f525e904b45 (patch) | |
tree | 3b7bd058bcc9c8062ca4f085cb2be5aff0b44197 /scene/gui/spin_box.h | |
parent | cb471420cff173e030148e216cb071b51551007a (diff) | |
parent | 8ab13f8acefef73a0d68560c6866639d9ca0dc80 (diff) |
Merge pull request #49258 from megalobyte/editor-fix
Fixes for documentation search
Diffstat (limited to 'scene/gui/spin_box.h')
-rw-r--r-- | scene/gui/spin_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/spin_box.h b/scene/gui/spin_box.h index e116adb64c..fb10379296 100644 --- a/scene/gui/spin_box.h +++ b/scene/gui/spin_box.h @@ -45,7 +45,7 @@ class SpinBox : public Range { void _range_click_timeout(); void _release_mouse(); - void _text_entered(const String &p_string); + void _text_submitted(const String &p_string); virtual void _value_changed(double) override; String prefix; String suffix; |