diff options
| author | toger5 | 2017-08-15 19:30:53 +0200 |
|---|---|---|
| committer | toger5 | 2017-08-30 21:44:48 +0200 |
| commit | b2f70ca10cfa84e8064e1ff2afbcb78d42849b28 (patch) | |
| tree | 9993438975bff23cde956f00f0e8bcf3e59c691d /editor/editor_path.cpp | |
| parent | 8610654c5861a0f2508fec8c4f89b1e5323644df (diff) | |
| download | godot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.tar.gz godot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.tar.zst godot-b2f70ca10cfa84e8064e1ff2afbcb78d42849b28.zip | |
Diffstat (limited to 'editor/editor_path.cpp')
| -rw-r--r-- | editor/editor_path.cpp | 2 |
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 |
