Fix timeline cursor not updating on zoom change in the Bezier editor
This commit is contained in:
parent
67e4082b1e
commit
eee9d053a3
|
@ -559,6 +559,7 @@ void AnimationBezierTrackEdit::set_root(Node *p_root) {
|
||||||
|
|
||||||
void AnimationBezierTrackEdit::_zoom_changed() {
|
void AnimationBezierTrackEdit::_zoom_changed() {
|
||||||
update();
|
update();
|
||||||
|
play_position->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
String AnimationBezierTrackEdit::get_tooltip(const Point2 &p_pos) const {
|
String AnimationBezierTrackEdit::get_tooltip(const Point2 &p_pos) const {
|
||||||
|
|
Loading…
Reference in New Issue