Merge pull request #40067 from YeldhamDev/anim_bezier_timeline_zoom

Fix timeline cursor not updating on zoom change in the Bezier editor
This commit is contained in:
Rémi Verschelde 2020-07-03 07:51:51 +02:00 committed by GitHub
commit c284ff1316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -559,6 +559,7 @@ void AnimationBezierTrackEdit::set_root(Node *p_root) {
void AnimationBezierTrackEdit::_zoom_changed() {
update();
play_position->update();
}
String AnimationBezierTrackEdit::get_tooltip(const Point2 &p_pos) const {