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 362096 - Rectangle & Elipse Selecttools select menu item 'none' not updated
Rectangle & Elipse Selecttools select menu item 'none' not updated
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.3.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-14 08:10 UTC by Heiko Schmidt
Modified: 2008-01-15 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Heiko Schmidt 2006-10-14 08:10:58 UTC
When I want to disable a selection completely I mainly do this by clicking outside
of it. This works well with all selection tools and with the new selection tools as well.

One issue I noticed nonetheless is that the select menu item none remains active.

1. select rectangle or elipse tool and make a selection (make selection active by clicking inside)

2. click outside of this selection 

The selection is now dismissed. But a look in the image select menu shows the menu item is still marked as active.
Comment 1 Michael Natterer 2006-10-14 09:02:55 UTC
Thanks for giving attention to such details. Fixed in CVS:

2006-10-14  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimprectangleselecttool.c (gimp_rect_select_tool_execute):
	flush the image after clearing the selection and after anchoring
	a floating layer. Fixes bug #362096.