GNOME Bugzilla – Bug 683462
cropping with rectangular select tool leaves misaligned rectangle
Last modified: 2013-07-20 11:45:44 UTC
When cropping a region from an image using the rectangular select tool in GIMP 2.8, the rectangular selection tool remains behind after the crop and is misaligned slightly with the image from where it should be. The first time it happens this is fairly alarming as it seems something more serious has gone wrong. Subsequently it's just annoying since you can't do further operations on the selected region due to the misalignment. The workaround seems to be to remove the selection and create a new one that covers the correct area.
Seems my "fix" bor bug 678890 is causing this. Will look into it.
Also, please upgrade to 2.8.2
Fixed in master and gimp-2-8: commit f3a4200e7287971f700194d596efd3eaeae36b72 Author: Michael Natterer <mitch@gimp.org> Date: Thu Sep 6 23:55:35 2012 +0200 Bug 683462 - cropping with rectangular select tool leaves misaligned... Reset the tool on image changes again, but not if only the active drawable changes, so keep bug #678890 closed: Introduce new dirty flag GIMP_DIRTY_ACTIVE_DRAWABLE and set it on all tools' dirty_mask except for rect select. Check the new flag when reseting the active tool because of a drawable change. (cherry picked from commit e546f2b43bbe77901516c780428bda40f5af26ba) app/core/core-enums.c | 2 ++ app/core/core-enums.h | 1 + app/display/gimpdisplayshell-tool-events.c | 4 +++- app/tools/gimpcagetool.c | 3 ++- app/tools/gimpforegroundselecttool.c | 4 +++- app/tools/gimpimagemaptool.c | 3 ++- app/tools/gimpiscissorstool.c | 4 +++- app/tools/gimprectangleselecttool.c | 1 + app/tools/gimptransformtool.c | 3 ++- 9 files changed, 19 insertions(+), 6 deletions(-)
Thanks, and done, running 2.8.2 now. The problem is still present but based on the order of your posts, I'm guessing your fix won't show up until 2.8.3 or so. Thanks for the quick patch!
Yes the fix will be in the next bugfix release, which will be 2.8.4.
*** Bug 686633 has been marked as a duplicate of this bug. ***
*** Bug 689203 has been marked as a duplicate of this bug. ***
*** Bug 691593 has been marked as a duplicate of this bug. ***
*** Bug 704582 has been marked as a duplicate of this bug. ***