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_plugins.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_plugins.cpp')
-rw-r--r-- | editor/animation_track_editor_plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor_plugins.cpp b/editor/animation_track_editor_plugins.cpp index 390b722b7b..7a53f4dded 100644 --- a/editor/animation_track_editor_plugins.cpp +++ b/editor/animation_track_editor_plugins.cpp @@ -32,9 +32,9 @@ #include "editor/audio_stream_preview.h" #include "editor/editor_resource_preview.h" -#include "editor/editor_scale.h" #include "editor/editor_string_names.h" #include "editor/editor_undo_redo_manager.h" +#include "editor/themes/editor_scale.h" #include "scene/2d/animated_sprite_2d.h" #include "scene/2d/sprite_2d.h" #include "scene/3d/sprite_3d.h" |