Skip to content

Commit

Permalink
Bind AnimationTrackEditor::_redraw_tracks for UndoRedo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed Oct 8, 2022
1 parent 1817782 commit 51c5278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/animation_track_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6458,6 +6458,7 @@ void AnimationTrackEditor::_select_all_tracks_for_copy() {
void AnimationTrackEditor::_bind_methods() {
ClassDB::bind_method("_animation_update", &AnimationTrackEditor::_animation_update);
ClassDB::bind_method("_track_grab_focus", &AnimationTrackEditor::_track_grab_focus);
ClassDB::bind_method("_redraw_tracks", &AnimationTrackEditor::_redraw_tracks);
ClassDB::bind_method("_clear_selection_for_anim", &AnimationTrackEditor::_clear_selection_for_anim);
ClassDB::bind_method("_select_at_anim", &AnimationTrackEditor::_select_at_anim);
ClassDB::bind_method("_clear_selection", &AnimationTrackEditor::_clear_selection);
Expand Down

0 comments on commit 51c5278

Please sign in to comment.