Summary: | Crop tool should snap to canvas edge before user deliberately drag the handles outward. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tyson Tan
2013-10-31 09:32:29 UTC
Yes, this would make the crop tool much nicer. I actually had this problem myself, some time ago. Git commit a67d11082a3196704b9322df86dbcc62fa0e394d by Boudewijn Rempt. Committed on 13/11/2013 at 09:59. Pushed by rempt into branch 'master'. Various improvements to the crop tool Related: bug 327319, bug 327318, bug 318885, bug 327536, bug 326952 CCMAIL: wlingflute@gmail.com Patch by Michael Martini. Thanks! In addition a new decoration type has been added called crosshair. In summary two new checkboxes have been added. One that allows the user to either limit the crop to the current image size or grow the crop selection beyond the image boundaries. The second checkbox enables center growing / symmetric resizing of the crop bounds. M +287 -124 krita/plugins/tools/tool_crop/kis_tool_crop.cc M +14 -19 krita/plugins/tools/tool_crop/kis_tool_crop.h M +46 -3 krita/plugins/tools/tool_crop/kistoolcropconfigwidget.cpp M +7 -2 krita/plugins/tools/tool_crop/kistoolcropconfigwidget.h M +25 -0 krita/plugins/tools/tool_crop/wdg_tool_crop.ui http://commits.kde.org/calligra/a67d11082a3196704b9322df86dbcc62fa0e394d What a clever way of getting things done! It doesn't snap on it own so we can operate more accurately around the edges. Now we can control the canvas size much easier. Good job guys, thank you! |