mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Update deferred calls to use Callables
This commit is contained in:
@@ -65,7 +65,7 @@ void SceneCreateDialog::config(const String &p_dir) {
|
||||
directory = p_dir;
|
||||
root_name_edit->set_text("");
|
||||
scene_name_edit->set_text("");
|
||||
scene_name_edit->call_deferred(SNAME("grab_focus"));
|
||||
callable_mp((Control *)scene_name_edit, &Control::grab_focus).call_deferred();
|
||||
validation_panel->update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user