mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield.
This commit is contained in:
@@ -417,6 +417,7 @@ ConnectDialog::ConnectDialog() {
|
||||
|
||||
dst_method = memnew(LineEdit);
|
||||
dst_method->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
dst_method->connect("text_entered", this, "_builtin_text_entered");
|
||||
dstm_hb->add_child(dst_method);
|
||||
|
||||
advanced = memnew(CheckButton);
|
||||
|
||||
Reference in New Issue
Block a user