Skip to content

Commit c5b61d4

Browse files
committed
ProjectManager: Update project list placeholder when project created or imported.
1 parent 89001f9 commit c5b61d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/project_manager.cpp

Lines changed: 3 additions & 0 deletions
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)