https://bugs.kde.org/show_bug.cgi?id=409894
Bug ID: 409894
Summary: Rotation Shift+Space action drifts when rotating
Product: krita
Version: git master
Platform: Other
OS: All
Status: REPORTED
Severity: minor
Priority: NOR
Component: Shortcuts and Canvas Input Settings
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. Rotate the canvas when Shift+Space action on a very low speed
2. See that the canvas drifts from side-to-side
The problem happens becasue of implementation of
KisCanvasController::rotateCanvas, which uses widget coordinates as a still
point instead of document coordinates. Widget coordinates are imprecise,
therefore the drift happens.
--
You are receiving this mail because:
You are watching all bug changes.