Skip to content

Commit c3c0c24

Browse files
committed
Merge pull request #100863 from larspet/project-list-placeholder
ProjectManager: Update project list placeholder when project is created
2 parents 88a101e + c5b61d4 commit c3c0c24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/project_manager.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,12 @@ void ProjectManager::_on_project_created(const String &dir, bool edit) {
715715
project_list->add_project(dir, false);
716716
project_list->save_config();
717717
search_box->clear();
718+
718719
int i = project_list->refresh_project(dir);
719720
project_list->select_project(i);
720721
project_list->ensure_project_visible(i);
722+
_update_project_buttons();
723+
_update_list_placeholder();
721724

722725
if (edit) {
723726
_open_selected_projects_ask();

0 commit comments

Comments
 (0)