Diffusion Krita ea7a7367a7b6

Add a workaround for tablets not reporting tablet events in hover mode

Authored by dkazakov on Sep 14 2018, 10:51 AM.

Description

Add a workaround for tablets not reporting tablet events in hover mode

The bug is caused by the fact that we postpone tablet events
by one event (presumably to make it sync with mouse events
stream). But some non-wacom tablets do not report tablet
move events when the stylus is hovering. It means that the
following tablet press event will be positioned incorrectly.

This event postponing has come from Qt, and the commit message
says it was needed for "relative" mode, which we don't support.

I just disabled this postponing, let's check whether it helps
people.

BUG:363284

Details

Committed
remptSep 15 2018, 9:08 AM
Parents
R37:ebc0b62c3cb0: Remove fax-related tiff options
Branches
Unknown
Tags
Unknown