diff options
| author | Gilles Roudiere <gilles.roudiere@laas.fr> | 2017-12-03 18:57:49 +0900 |
|---|---|---|
| committer | Gilles Roudiere <gilles.roudiere@laas.fr> | 2017-12-03 18:57:49 +0900 |
| commit | 6c32629758eaeb6c015c7bc350de17e4c715ec5a (patch) | |
| tree | 9261357244b10601fac77fc64ca2505fd1f8cc4e /editor/plugins/canvas_item_editor_plugin.cpp | |
| parent | 2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7 (diff) | |
| download | redot-engine-6c32629758eaeb6c015c7bc350de17e4c715ec5a.tar.gz | |
Makes editable the rulers color
Diffstat (limited to 'editor/plugins/canvas_item_editor_plugin.cpp')
| -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..df70c85bdf 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -2294,7 +2294,7 @@ void CanvasItemEditor::_draw_focus() { void CanvasItemEditor::_draw_guides() { - Color guide_color = Color(0.6, 0.0, 0.8); + Color guide_color = EDITOR_DEF("editors/2d/rulers_color", Color(0.6, 0.0, 0.8)); Transform2D xform = viewport_scrollable->get_transform() * transform; // Guides already there |
