Skip to content

Commit

Permalink
FIXED: Trying to connect inexistent signal text_submitted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovnuniarchos authored and Relintai committed Apr 6, 2024
1 parent 620b30a commit efcdf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit efcdf40

Please sign in to comment.