Переглянути джерело

Fix timeline cursor not updating on zoom change in the Bezier editor

(cherry picked from commit eee9d053a37c36007ca988dd2fa06a366e31e412)
Michael Alexsander 5 роки тому
батько
коміт
0924a3ac55
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      editor/animation_bezier_editor.cpp

+ 1 - 0
editor/animation_bezier_editor.cpp

@@ -561,6 +561,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 {