From c8b486eebfd6992be7dbf3f1108937c16baa92b6 Mon Sep 17 00:00:00 2001 From: Igor Trindade Oliveira Date: Wed, 7 Oct 2009 11:52:10 -0400 Subject: [PATCH] fix bug in scrolling --- kineticview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kineticview.cpp b/kineticview.cpp index b728c21..454769b 100644 --- a/kineticview.cpp +++ b/kineticview.cpp @@ -255,6 +255,7 @@ void KineticView::mousePressEvent(QGraphicsSceneMouseEvent *event) scrollAnimation->stop(); event->accept(); + scrollAnimation->setEasingCurve(QEasingCurve::OutCirc); d->mousePressEvent(event); } -- 2.11.4.GIT