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 155446 - Zoom actions are messed up
Zoom actions are messed up
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-15 01:49 UTC by david gowers
Modified: 2005-09-27 06:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description david gowers 2004-10-15 01:49:05 UTC
a) "Zoom in" has disappeared from the menus and shortcut editor (though it's
clearly still present in the actions code and can be manually assigned a
shortcut by editing menurc.)
b) "Zoom in a lot" and "Zoom out a lot" are swapped: zoom in a lot zooms out a
lot and vice versa. the code looks correct though (?)
Comment 1 Michael Natterer 2004-10-15 11:56:42 UTC
Fixed in CVS:

2004-10-15  Michael Natterer  <mitch@gimp.org>

	* app/actions/view-actions.c (view_zoom_actions): removed
	duplicate "view-zoom-in" action (cut'n'paste error) and fixed the
	swapped "zoom in/out a lot" actions. Fixes bug #155446.
Comment 2 david gowers 2005-09-27 05:47:02 UTC
reopening cause of a very similar bug that recently appeared in CVS, probably
also due to c+p error:
 
the 'zoom out a lot' action zooms *IN* a lot (ie. identical effect to the 'zoom
in a lot' action.)
Comment 3 David Odin 2005-09-27 06:54:41 UTC
Fixed in CVS:

2005-09-27  DindinX  <dindinx@gimp.org>

        * libgimpwidgets/gimpzoommodel.c: zooming out more is zooming out
        three times, not zooming in. Fixes bug #155446.