diff options
author | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-06-25 02:38:46 +0400 |
---|---|---|
committer | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-08-21 15:29:27 +0400 |
commit | 6120786ddc349acfd6eed0d4083774c29845baf7 (patch) | |
tree | 541f7ae6761b6774a6ffe9bacf1a419a6b509729 /editor/animation_track_editor.h | |
parent | 5ca419e32c58e671284b3b7f91257179657d9114 (diff) | |
download | redot-engine-6120786ddc349acfd6eed0d4083774c29845baf7.tar.gz |
Allow theming animation editor
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 4c7c1a58f8..59ee6535ac 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -400,6 +400,7 @@ class AnimationTrackEditor : public VBoxContainer { ScrollContainer *scroll = nullptr; VBoxContainer *track_vbox = nullptr; AnimationBezierTrackEdit *bezier_edit = nullptr; + VBoxContainer *timeline_vbox = nullptr; Label *info_message = nullptr; |