Diffusion Krita 33bc57f38556

Fix slowdown in Warp Transform Tool

Authored by dkazakov on Nov 6 2019, 3:55 PM.

Description

Fix slowdown in Warp Transform Tool

Looks like before the signal compressor fix the it worked fast purely
accidentally. Tablet device generated a lot of events, so we shouldn't
request warp transform recalculation for every one of it. Instead, some
event compression should happen.

BUG:413157

Details