diff options
Diffstat (limited to 'profile-widget/diveeventitem.cpp')
-rw-r--r-- | profile-widget/diveeventitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp index 3e1430330..6001ef0ea 100644 --- a/profile-widget/diveeventitem.cpp +++ b/profile-widget/diveeventitem.cpp @@ -288,7 +288,7 @@ void DiveEventItem::recalculatePos(int speed) qreal x = hAxis->posAtValue(internalEvent->time.seconds); qreal y = vAxis->posAtValue(depth); if (speed > 0) - Animations::moveTo(this, x, y); + Animations::moveTo(this, speed, x, y); else setPos(x, y); if (isVisible() && shouldBeHidden()) |