flickable: Handle sequences of "press" without a "release".

Authored by lepagevalleeemmanuel on Feb 13 2019, 4:55 PM.

Description

flickable: Handle sequences of "press" without a "release".

It turns out some widgets emit extra press out of nowhere with relative
{x, y} position. So far it seems to only happen before the "real" press.

Without this patch the position of the first event was used and because
it was based on the "wrong" origin, the event would be rejected because
the the posittion delta was too large.

BUG 404254

Details

Committed
lepagevalleeemmanuelFeb 13 2019, 4:55 PM
Parents
R1027:f215d0a435b1: geometrytracker: Allow invalid size.
Branches
Unknown
Tags
Unknown