Summary: | Pixel Snapping is broken for RectangleSelection Tool | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Paul Geraskin <paulgeraskin> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/df2d70e4f32531b470b578c5d3d6fcba14819299 | Version Fixed In: | |
Sentry Crash Report: |
Description
Paul Geraskin
2014-05-08 10:10:14 UTC
Git commit b0f4e6d7b3554021e33c36bc63d5cb7e149f081e by Dmitry Kazakov. Committed on 08/05/2014 at 12:05. Pushed by dkazakov into branch 'master'. Fix pixel-alignment of the Rectangle and Ellipse tools Now there are a bit complex rules of rounding, but they do exactly what the user expects from the tool. M +5 -1 krita/ui/tool/kis_tool_ellipse_base.cpp M +1 -1 krita/ui/tool/kis_tool_ellipse_base.h M +33 -3 krita/ui/tool/kis_tool_rectangle_base.cpp M +2 -3 krita/ui/tool/kis_tool_rectangle_base.h http://commits.kde.org/calligra/b0f4e6d7b3554021e33c36bc63d5cb7e149f081e Git commit df2d70e4f32531b470b578c5d3d6fcba14819299 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 08/05/2014 at 12:05. Pushed by rempt into branch 'calligra/2.8'. Fix pixel-alignment of the Rectangle and Ellipse tools Now there are a bit complex rules of rounding, but they do exactly what the user expects from the tool. M +5 -1 krita/ui/tool/kis_tool_ellipse_base.cpp M +1 -1 krita/ui/tool/kis_tool_ellipse_base.h M +33 -3 krita/ui/tool/kis_tool_rectangle_base.cpp M +2 -3 krita/ui/tool/kis_tool_rectangle_base.h http://commits.kde.org/calligra/df2d70e4f32531b470b578c5d3d6fcba14819299 |