Skip to content

Commit

Permalink
Merge pull request #67070 from timothyqiu/bind-redraw
Browse files Browse the repository at this point in the history
Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo
  • Loading branch information
akien-mga committed Oct 8, 2022
2 parents f7c3742 + 51c5278 commit bbac819
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 bbac819

Please sign in to comment.