aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_path.cpp
diff options
context:
space:
mode:
authortoger52017-08-15 19:30:53 +0200
committertoger52017-08-30 21:44:48 +0200
commitb2f70ca10cfa84e8064e1ff2afbcb78d42849b28 (patch)
tree9993438975bff23cde956f00f0e8bcf3e59c691d /editor/editor_path.cpp
parent8610654c5861a0f2508fec8c4f89b1e5323644df (diff)
downloadgodot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.tar.gz
godot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.tar.zst
godot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.zip
Diffstat (limited to 'editor/editor_path.cpp')
-rw-r--r--editor/editor_path.cpp2
1 files changed, 1 insertions, 1 deletions
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