You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Hide Control focus when given via mouse input
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user