1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Makes editable the rulers color

This commit is contained in:
Gilles Roudiere
2017-12-03 18:57:49 +09:00
parent 2ab7a0f64c
commit 6c32629758

View File

@@ -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