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 511599 - Rectangle and ellipse tools undo previous selection if 'enter' is used
Rectangle and ellipse tools undo previous selection if 'enter' is used
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.4.x
Other All
: Normal major
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-01-23 18:36 UTC by Ville Pätsi
Modified: 2008-10-30 20:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ville Pätsi 2008-01-23 18:36:05 UTC
Please describe the problem:
Rectangle and ellipse tools undo the previous selection modification created if one converts the rectangle/ellipse to a normal selection with 'enter', and then tries to add to it with shift without changing to another tool in between.

Steps to reproduce:
1. Drag a selection with the ellipse or rectangle tools and hit enter.
2. Hold shift and try to add a new ellipse/rectangle to the existing selection.


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sven Neumann 2008-01-23 19:06:37 UTC
Eeeek! This is reproducable in GIMP 2.4 as well.
Comment 2 Martin Nordholts 2008-01-23 20:47:16 UTC
Fixed in trunk (rev 24696) and in the gimp-2-4 branch (rev 24697):

2008-01-23  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimprectangleselecttool.c
	(gimp_rect_select_tool_execute): Reset the automatic undo/redo
	mechanism so that commiting pending rectangles with Return
	works (bug #511599).