diff options
| author | Daniel J. Ramirez | 2017-10-12 13:59:25 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-10-12 14:43:11 -0500 |
| commit | dbc37afcd95bf89ba08c70431cf0d22ec3379cef (patch) | |
| tree | 39f973fc16831fd162d8530133d15ce49dbad502 /editor/animation_editor.cpp | |
| parent | f956f2979eb6603724236c228be4fff913f2d26e (diff) | |
| download | godot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.tar.gz godot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.tar.zst godot-dbc37afcd95bf89ba08c70431cf0d22ec3379cef.zip | |
Added and improved some icons, plus some other minor visual fixes.
Diffstat (limited to '')
| -rw-r--r-- | editor/animation_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp index b832b993b..5bb10f495 100644 --- a/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -1101,7 +1101,7 @@ void AnimationKeyEditor::_track_editor_draw() { Color select_color = color; select_color.a = 0.1; Color invalid_path_color = get_color("error_color", "Editor"); - Color track_select_color = get_color("accent", "Editor"); + Color track_select_color = get_color("highlighted_font_color", "Editor"); Ref<Texture> remove_icon = get_icon("Remove", "EditorIcons"); Ref<Texture> move_up_icon = get_icon("MoveUp", "EditorIcons"); |
