Summary: | Crop tool does not crop the selection | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | General | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, liezielimbo92 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Kazakov
2011-05-14 11:53:29 UTC
Masks are not cropped as well. You cannot crop a single mask with a Crop tool. Canvas Size, Resize and other actions do not consider the global selection as well. I'll take this one while working on masks. Git commit f0bbb8083338274e03b23b11dccd8aef3ab47112 by Boudewijn Rempt. Committed on 31/12/2011 at 10:55. Pushed by rempt into branch 'master'. Make the global selection a mask on the rootlayer This way, the selection will be cropped, resized etc. together with the other nodes. It will also make it possible in the future to use the paint/fill/gradient/filter tools on the selection. M +2 -2 krita/image/commands/kis_deselect_global_selection_command.cpp M +2 -2 krita/image/commands/kis_reselect_global_selection_command.cpp M +0 -5 krita/image/kis_group_layer.cc M +44 -15 krita/image/kis_image.cc M +8 -2 krita/image/kis_image.h M +6 -3 krita/image/kis_layer.cc M +2 -2 krita/image/kis_selection_mask.cpp M +2 -2 krita/image/kis_selection_mask.h M +5 -1 krita/ui/kis_node_model.cpp http://commits.kde.org/calligra/f0bbb8083338274e03b23b11dccd8aef3ab47112 Can we close this bug? Yes *** Removed by KDE Sysadmin - Contained Commercial Advertising *** |