Skip to content

Commit

Permalink
GH-345 Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed May 11, 2024
1 parent 6b219c4 commit d29d573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/main_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ void OrchestratorMainView::_notification(int p_what)
_script_editor_container = memnew(VBoxContainer);
_script_editor_container->set_v_size_flags(SIZE_EXPAND_FILL);
_script_editor_container->set_visible(false);
main_view_container->add_child(_script_editor_container);

_landing = memnew(OrchestratorGettingStarted);
main_view_container->add_child(_landing);
Expand Down

0 comments on commit d29d573

Please sign in to comment.