Browse Source

Merge pull request #40067 from YeldhamDev/anim_bezier_timeline_zoom

Fix timeline cursor not updating on zoom change in the Bezier editor
Rémi Verschelde 5 years ago
parent
commit
c284ff1316
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/animation_bezier_editor.cpp

+ 1 - 0
editor/animation_bezier_editor.cpp

@@ -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 {