Merge pull request #34940 from volzhs/update-main-scene-file

Update file list in split view when setting main scene
This commit is contained in:
Rémi Verschelde 2020-01-09 08:21:26 +01:00 committed by GitHub
commit 1d304d87eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1589,6 +1589,7 @@ void FileSystemDock::_file_option(int p_option, const Vector<String> &p_selected
ProjectSettings::get_singleton()->set("application/run/main_scene", p_selected[0]);
ProjectSettings::get_singleton()->save();
_update_tree(_compute_uncollapsed_paths());
_update_file_list(true);
}
} break;