You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Hide Control focus when given via mouse input
This commit is contained in:
@@ -485,7 +485,7 @@ void ConnectDialog::_update_warning_label() {
|
||||
}
|
||||
|
||||
void ConnectDialog::_post_popup() {
|
||||
callable_mp((Control *)dst_method, &Control::grab_focus).call_deferred();
|
||||
callable_mp((Control *)dst_method, &Control::grab_focus).call_deferred(false);
|
||||
callable_mp(dst_method, &LineEdit::select_all).call_deferred();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user