https://bugs.kde.org/show_bug.cgi?id=409460
--- Comment #51 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 1a1cce8cd5ba3e357c9d81fffedaf78b55d65d68 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 29/07/2019 at 08:33. Pushed by rempt into branch 'krita/4.2'. Fix cursor drift when Pan/Zoom/Rotate The actions should use absolute values for pan/zoom/rotation to avoid relative drift between canvas and cursor. NOTE: rotation still drifts a bit because of a bud in the underlying algorithm. M +9 -0 libs/ui/input/kis_abstract_input_action.cpp M +1 -0 libs/ui/input/kis_abstract_input_action.h M +6 -6 libs/ui/input/kis_gamma_exposure_action.cpp M +1 -1 libs/ui/input/kis_gamma_exposure_action.h M +5 -3 libs/ui/input/kis_pan_action.cpp M +1 -1 libs/ui/input/kis_pan_action.h M +15 -17 libs/ui/input/kis_rotate_canvas_action.cpp M +1 -1 libs/ui/input/kis_rotate_canvas_action.h M +28 -22 libs/ui/input/kis_zoom_action.cpp M +1 -1 libs/ui/input/kis_zoom_action.h M +3 -3 libs/ui/input/kis_zoom_and_rotate_action.cpp M +1 -1 libs/ui/input/kis_zoom_and_rotate_action.h https://invent.kde.org/kde/krita/commit/1a1cce8cd5ba3e357c9d81fffedaf78b55d65d68 -- You are receiving this mail because: You are watching all bug changes.