GNOME Bugzilla – Bug 417168
While using the crop tool, pressing Shift to toggle 'Use ratio' do not work well.
Last modified: 2007-07-08 13:41:02 UTC
Pressing Shift do not immediatly toggle the checkbox. If 'use ratio' is checked with ie. 16:9 value, pressing Shift cause ratio to be ignored until you release the mouse button, leading to 16:9 ratio instead of free ratio (due to Shift).
I am working on a rewrite of the rectangle code that is supposed to fix this. If you want to follow patch progress, please CC yourself to bug #398188.
Created attachment 91431 [details] [review] Block-Options-Notify-On-Shift.patch This had nothing to do with the cleanup in gimp_rectangle_tool_motion, so it makes more sense to commit a fix for this separately.
Fixed in trunk, revision 22896. 2007-07-08 Martin Nordholts <martinn@svn.gnome.org> * app/tools/gimprectangletool.c (gimp_rectangle_tool_active_modifier_key): Block gimp_rectangle_tool_options_notify when changing fixed-aspect through the shift key. Fixes bug #417168.