浏览代码

Merge pull request #1378 from erbridge/settings_not_checkbox

Make View > Settings a non check item
Juan Linietsky 10 年之前
父节点
当前提交
c16276b414
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/plugins/spatial_editor_plugin.cpp

+ 1 - 1
tools/editor/plugins/spatial_editor_plugin.cpp

@@ -3709,7 +3709,7 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) {
 	p->add_check_item("View Origin",MENU_VIEW_ORIGIN);
 	p->add_check_item("View Grid",MENU_VIEW_GRID);
 	p->add_separator();
-	p->add_check_item("Settings",MENU_VIEW_CAMERA_SETTINGS );
+	p->add_item("Settings",MENU_VIEW_CAMERA_SETTINGS);
 
 
 	p->set_item_checked( p->get_item_index(MENU_VIEW_USE_DEFAULT_LIGHT), true );