diff options
| author | Juan Linietsky | 2017-01-12 00:51:08 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-12 00:51:08 -0300 |
| commit | 83cb84753fb17d0c3e4dbe15388279ee93f97e3e (patch) | |
| tree | 202b22d5061cc3b79d2ffca8280d50e1ad107a72 /scene/gui/spin_box.cpp | |
| parent | c84d618b4ea944e5c386d21f45265f9cb6fa783e (diff) | |
| download | godot-83cb84753fb17d0c3e4dbe15388279ee93f97e3e.tar.gz godot-83cb84753fb17d0c3e4dbe15388279ee93f97e3e.tar.zst godot-83cb84753fb17d0c3e4dbe15388279ee93f97e3e.zip | |
Diffstat (limited to 'scene/gui/spin_box.cpp')
| -rw-r--r-- | scene/gui/spin_box.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/spin_box.cpp b/scene/gui/spin_box.cpp index 772d753da..070f9fc72 100644 --- a/scene/gui/spin_box.cpp +++ b/scene/gui/spin_box.cpp @@ -282,7 +282,7 @@ SpinBox::SpinBox() { line_edit->set_area_as_parent_rect(); //connect("value_changed",this,"_value_changed"); line_edit->connect("text_entered",this,"_text_entered",Vector<Variant>(),CONNECT_DEFERRED); - line_edit->connect("focus_exit",this,"_line_edit_focus_exit",Vector<Variant>(),CONNECT_DEFERRED); + line_edit->connect("focus_exited",this,"_line_edit_focus_exit",Vector<Variant>(),CONNECT_DEFERRED); line_edit->connect("gui_input",this,"_line_edit_input"); drag.enabled=false; |
