Procházet zdrojové kódy

Makes editable the rulers color

Gilles Roudiere před 7 roky
rodič
revize
6c32629758
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      editor/plugins/canvas_item_editor_plugin.cpp

+ 1 - 1
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