diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-10-13 07:43:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 07:43:06 +0200 |
commit | 750d75dc4caec8f54e1b9faed09cad65c7fbfcae (patch) | |
tree | 755df68f023a28f87674384d7e0ac50bb199e81f /editor/animation_editor.cpp | |
parent | 8bdb04c839f475a2bb668b2b0032397c1b691394 (diff) | |
parent | dbc37afcd95bf89ba08c70431cf0d22ec3379cef (diff) |
Merge pull request #12057 from djrm/pr_visual_improvements
Added and improved some icons, plus some other minor visual fixes.
Diffstat (limited to 'editor/animation_editor.cpp')
-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 b832b993bb..5bb10f495e 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"); |