diff options
author | Gilles Roudiere <gilles.roudiere@laas.fr> | 2017-12-04 15:39:12 +0100 |
---|---|---|
committer | Gilles Roudiere <gilles.roudiere@laas.fr> | 2017-12-04 15:39:12 +0100 |
commit | c2a7d186bdef9daa284b5fd8b2e6ac1b3134c928 (patch) | |
tree | aecc74ddffa67aced56a5e1c6b60450760fe41f3 | |
parent | 2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7 (diff) |
Make rulers on by default
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index d18e97fe83..184ac5d798 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -4314,7 +4314,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) { show_grid = false; show_helpers = false; - show_rulers = false; + show_rulers = true; show_guides = true; zoom = 1; grid_offset = Point2(); |