1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

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 {