After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345551 - Rectangle selection: incorrect cursor shown if Shift/Ctrl pressed while over edges
Rectangle selection: incorrect cursor shown if Shift/Ctrl pressed while over ...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-21 14:51 UTC by Raphaël Quinet
Modified: 2006-06-21 20:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raphaël Quinet 2006-06-21 14:51:37 UTC
With the new rectangle and ellipse selection tools, an incorrect cursor is displayed if Shift and/or Ctrl are pressed while the mouse is over the edge or over one corner of the rectangle: it shows the "resize" cursor for the appropriate direction, combined with the add ("+"), substract ("-") or intersect option.

It should probably show the default "new selection" cursor as soon as Shift and/or Ctrl are pressed, because the resize operation will not be performed: instead of resizing the current selection, a new one will be started with the add/substract/intersect option defined by the modifiers.
Comment 1 Sven Neumann 2006-06-21 15:16:11 UTC
There will be a lot more changes to the new selection tools before it makes sense to file bug reports for them. I could probably go on filing bug reports for a day or two if I started now...
Comment 2 Raphaël Quinet 2006-06-21 15:46:56 UTC
I know that there are still many bugs.  But I reported this one because it was not too obvious and there was a risk that it could be forgotten.  The other bugs related to anchoring selections and so on are more obvious and more likely to get fixed in time for 2.4.
Comment 3 weskaggs 2006-06-21 20:55:33 UTC
I would like to encourage bug reports of this sort.  It's hard to fix a bug when you aren't aware of it.

2006-06-21  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* app/tools/gimprectangleselecttool.c: Always use crosshair cursor
	if shift or ctrl are down; fixes bug #345551.