mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
FIXED: Trying to connect inexistent signal text_submitted.
This commit is contained in:
parent
620b30a86a
commit
efcdf40d0c
@ -438,7 +438,7 @@ EditorPropertyLocale::EditorPropertyLocale() {
|
||||
add_child(locale_hb);
|
||||
locale = memnew(LineEdit);
|
||||
locale_hb->add_child(locale);
|
||||
locale->connect("text_submitted", this, "_locale_selected");
|
||||
locale->connect("text_entered", this, "_locale_selected");
|
||||
locale->connect("focus_exited", this, "_locale_focus_exited");
|
||||
locale->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user