Fix timeline cursor not updating on zoom change in the Bezier editor
(cherry picked from commit eee9d053a3
)
This commit is contained in:
parent
a235bab96c
commit
0924a3ac55
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue