You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00: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