Make rulers on by default
This commit is contained in:
parent
2ab7a0f64c
commit
c2a7d186bd
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue