From 3b602c87d4e69df7c39b6edb4ca8b1f9f294c87b Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 3 Sep 2023 13:56:04 +0200 Subject: [PATCH] Removed superfluous VSeparator from the SpatialEditor. --- editor/plugins/spatial_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index d26fcec88..20acf436b 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -7294,8 +7294,6 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) { view_menu->set_switch_on_hover(true); main_menu_hbox->add_child(view_menu); - main_menu_hbox->add_child(memnew(VSeparator)); - // Get the view menu popup and have it stay open when a checkable item is selected p = view_menu->get_popup(); p->set_hide_on_checkable_item_selection(false);