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 348839 - Shrink from image border radio button
Shrink from image border radio button
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-26 19:35 UTC by airfullbete
Modified: 2006-07-26 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description airfullbete 2006-07-26 19:35:48 UTC
The "Shrink from image border" radio button is not working in the current CVS version and has not been working for a couple of weeks now. No matter if the button is checked or not, the action taken is to shrink the selection from the border.
Comment 1 Michael Natterer 2006-07-26 20:11:44 UTC
Indeed. Fixed in CVS:

2006-07-26  Michael Natterer  <mitch@gimp.org>

	* app/actions/select-commands.c (select_shrink_callback): the
	"shrink from border" toggle value needs to be negated for being
	used as internal "edge lock" parameter. Fixes bug #348839.