Removed superfluous VSeparator from the SpatialEditor.

This commit is contained in:
Relintai 2023-09-03 13:56:04 +02:00
parent 0db05de552
commit 3b602c87d4

View File

@ -7294,8 +7294,6 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) {
view_menu->set_switch_on_hover(true); view_menu->set_switch_on_hover(true);
main_menu_hbox->add_child(view_menu); 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 // Get the view menu popup and have it stay open when a checkable item is selected
p = view_menu->get_popup(); p = view_menu->get_popup();
p->set_hide_on_checkable_item_selection(false); p->set_hide_on_checkable_item_selection(false);