Fixed start scrolling timer.
--HG-- branch : develop
This commit is contained in:
parent
9839b6b331
commit
958aa869df
|
@ -144,7 +144,10 @@ bool GraphicsViewZoom::eventFilter(QObject *object, QEvent *event)
|
|||
_numScheduledScalings = numSteps; // previously scheduled scalings
|
||||
}
|
||||
|
||||
if (anim->state() != QTimeLine::Running)
|
||||
{
|
||||
anim->start();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user