diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-03 17:14:25 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-03 17:14:25 +0200 |
commit | a3d6d60fe17835abcd6da59762c1eedc819eed2b (patch) | |
tree | f00808241b15d2f7ed83989f3ff4793de0eafb90 /editor/animation_track_editor.h | |
parent | 31dbbc2c5ac406d8d44655fd7a39f22ace958da0 (diff) | |
parent | cbdb23e7eeaa77d14d82fabbac4772cbd951e102 (diff) | |
download | redot-engine-a3d6d60fe17835abcd6da59762c1eedc819eed2b.tar.gz |
Merge pull request #81188 from the-sink/animation_player_things
Select node when clicked in AnimationPlayer timeline
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 5327099517..5592d43ffe 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -349,6 +349,8 @@ class AnimationTrackEditGroup : public Control { protected: void _notification(int p_what); + virtual void gui_input(const Ref<InputEvent> &p_event) override; + public: void set_type_and_name(const Ref<Texture2D> &p_type, const String &p_name, const NodePath &p_node); virtual Size2 get_minimum_size() const override; |