mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Hide Control focus when given via mouse input
This commit is contained in:
parent
2753d333f6
commit
aeb3a45c97
53 changed files with 229 additions and 105 deletions
|
|
@ -66,7 +66,7 @@ void SceneCreateDialog::config(const String &p_dir) {
|
|||
directory = p_dir;
|
||||
root_name_edit->set_text("");
|
||||
scene_name_edit->set_text("");
|
||||
callable_mp((Control *)scene_name_edit, &Control::grab_focus).call_deferred();
|
||||
callable_mp((Control *)scene_name_edit, &Control::grab_focus).call_deferred(false);
|
||||
validation_panel->update();
|
||||
|
||||
Ref<EditorFeatureProfile> profile = EditorFeatureProfileManager::get_singleton()->get_current_profile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue