summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-03-22 15:06:01 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-03-22 15:06:01 -0300
commitc16276b414df597d2740e3e640df79667db66c22 (patch)
tree67385d1403dfa0fdf89f218aa1920d8048579286 /tools
parentf706e3e5d1d93c5666a1edabec1aeee318996d6f (diff)
parent56402900ff002c68734cc1de0f53b78f23154f77 (diff)
Merge pull request #1378 from erbridge/settings_not_checkbox
Make View > Settings a non check item
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/plugins/spatial_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/tools/editor/plugins/spatial_editor_plugin.cpp
index 8f14c567c3..30ac50057f 100644
--- a/tools/editor/plugins/spatial_editor_plugin.cpp
+++ b/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 );