You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Automatically open new project after creating it in project manager.
Fixes #9075
(cherry picked from commit 9fd41416a9)
This commit is contained in:
committed by
Rémi Verschelde
parent
e1f4abe062
commit
ef2a962bad
@@ -900,8 +900,9 @@ void ProjectManager::_on_project_created(const String &dir) {
|
||||
_update_scroll_pos(dir);
|
||||
} else {
|
||||
_load_recent_projects();
|
||||
scroll->connect("draw", this, "_update_scroll_pos", varray(dir), CONNECT_ONESHOT);
|
||||
_update_scroll_pos(dir);
|
||||
}
|
||||
_open_project();
|
||||
}
|
||||
|
||||
void ProjectManager::_update_scroll_pos(const String &dir) {
|
||||
|
||||
Reference in New Issue
Block a user