diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-03-10 13:46:05 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-03-10 14:46:03 +0800 |
commit | 83828c7d1b1a7175421b34273ae236c61f621a7f (patch) | |
tree | c08b0ddaca4b7a8a69fda846dd800ba4d7c9df31 /editor/animation_track_editor.h | |
parent | 450ebaab9f333ca463e6e57a29fdc2e47c227c36 (diff) |
Fix some Animation panel icons not updating after theme change
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index d0029ff80f..5f803ae796 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -182,6 +182,8 @@ class AnimationTrackEdit : public Control { void _play_position_draw(); bool _is_value_key_valid(const Variant &p_key_value, Variant::Type &r_valid_type) const; + Ref<Texture2D> _get_key_type_icon() const; + mutable int dropping_at; float insert_at_pos; bool moving_selection_attempt; |