GNOME Bugzilla – Bug 349337
Improve rectangle tools behaviour when resizing with fixed ratio
Last modified: 2006-08-06 09:17:56 UTC
The old rectangle select tool behaved better - the cursor always sticked to one border.
Changing the summary because the behaviour is wrong on both edge dragging and corner dragging.
Created attachment 69989 [details] [review] Corrects the asyncronicity between mouse cursor and selected edge on egde resizing
Applied your patch, thanks. Bug reassigned to Karl at his request. 2006-07-31 Karine Delvare <edhel@gimp.org> * app/tools/gimprectangletool.c: Applied patch from Karl Günter Wünsch which Corrects the asyncronicity between mouse cursor and selected edge on egde resizing. Partial fix for bug #349337.
Created attachment 70163 [details] [review] Correctly decide on which edge to stay when trying to move corner. This patch IMHO is as correct in it's behaviour as we can get within the constraints of the HIG (and the fact that it's conformant with tablets and touch screens in absolute mode).
Very nice, thank you. 2006-08-06 Karine Delvare <edhel@gimp.org> * app/tools/gimprectangletool.c: Applied patch from Karl Günter Wünsch which finishes improving rectangle tools behaviour when resizing with fixed ratio. Fixes bug #349337.