Diffusion Krita bec98dc13e61

Fix severe zoom jumps when zooming with a touchpad

Authored by dkazakov on Aug 21 2019, 10:43 AM.

Description

Fix severe zoom jumps when zooming with a touchpad

Every time we decrement accumulatedScrollDelta we should decrement
it with DefaultDeltasPerStep, not with 1's :)

BUG:410940