From b2f70ca10cfa84e8064e1ff2afbcb78d42849b28 Mon Sep 17 00:00:00 2001 From: toger5 Date: Tue, 15 Aug 2017 19:30:53 +0200 Subject: White Theme - almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme --- editor/editor_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_path.cpp') diff --git a/editor/editor_path.cpp b/editor/editor_path.cpp index 92768dfe9..0587939a1 100644 --- a/editor/editor_path.cpp +++ b/editor/editor_path.cpp @@ -160,7 +160,7 @@ void EditorPath::_notification(int p_what) { set_tooltip(obj->get_class()); - label_font->draw(ci, Point2i(ofs, (size.height - label_font->get_height()) / 2 + label_font->get_ascent()), name, Color(1, 1, 1), left); + label_font->draw(ci, Point2i(ofs, (size.height - label_font->get_height()) / 2 + label_font->get_ascent()), name, get_color("font_color", "Label"), left); } else { //add arrow -- cgit v1.2.3-70-g09d2