https://bugs.kde.org/show_bug.cgi?id=360598

Scott Petrovic <scottpetro...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scottpetro...@gmail.com

--- Comment #3 from Scott Petrovic <scottpetro...@gmail.com> ---
I looked at the code for this briefly to see if I could fix it ( I couldn't).
The mirror tool has its own input handling with dragging and release events for
the move handle -- which is the cause of the issue.

The 'jittering' is because there are mouse events that fire along with tablet
events in the code and report slightly different positions. This input problem
is fixed in the regular kis_input_manager, but not handled correctly for this
tool. 

There are a few other areas that have this custom input management, so we might
need to think of a better way to organize it to prevent duplicate code.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to