Merge pull request #61106 from snailrhymer/animation-library-fixes

Fix errors and improve UX relating to new animation libraries
This commit is contained in:
Rémi Verschelde
2022-05-24 10:51:31 +02:00
committed by GitHub
7 changed files with 161 additions and 51 deletions

View File

@ -2999,8 +2999,6 @@ void AnimationTrackEdit::gui_input(const Ref<InputEvent> &p_event) {
}
}
print_line(hovering_key_idx);
if (hovering_key_idx != previous_hovering_key_idx) {
// Required to draw keyframe hover feedback on the correct keyframe.
update();