Skip to content

Commit

Permalink
Update file list in split view when setting main scene
Browse files Browse the repository at this point in the history
  • Loading branch information
volzhs committed Jan 9, 2020
1 parent e7b7dc5 commit 9495229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9495229

Please sign in to comment.