diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2024-01-16 12:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 12:55:01 +0100 |
commit | 4b55c81ebae48c53e88654a42c04365391b6159d (patch) | |
tree | 842d2a5d83aaff9bd82e56e77c9412d735967e10 /editor/animation_track_editor.cpp | |
parent | 6bb89c71ff65ee117a7dce4576026d716ee390e5 (diff) | |
parent | dc3b07e5515f71ee4a0c55217b12e98e098ea3e9 (diff) | |
download | redot-engine-4b55c81ebae48c53e88654a42c04365391b6159d.tar.gz |
Merge pull request #87085 from YuriSizov/editor-improved-theme-flexibility
Refactor editor theme generation and add spacing presets
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r-- | editor/animation_track_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 41a6d77860..3c704b3473 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -35,7 +35,6 @@ #include "core/input/input.h" #include "editor/animation_bezier_editor.h" #include "editor/editor_node.h" -#include "editor/editor_scale.h" #include "editor/editor_settings.h" #include "editor/editor_string_names.h" #include "editor/editor_undo_redo_manager.h" @@ -43,6 +42,7 @@ #include "editor/gui/scene_tree_editor.h" #include "editor/inspector_dock.h" #include "editor/plugins/animation_player_editor_plugin.h" +#include "editor/themes/editor_scale.h" #include "scene/animation/animation_player.h" #include "scene/animation/tween.h" #include "scene/gui/check_box.h" @@ -1921,7 +1921,7 @@ void AnimationTrackEdit::_notification(int p_what) { Color linecolor = color; linecolor.a = 0.2; - Color dc = get_theme_color(SNAME("disabled_font_color"), EditorStringName(Editor)); + Color dc = get_theme_color(SNAME("font_disabled_color"), EditorStringName(Editor)); // NAMES AND ICONS // |