GNOME Bugzilla – Bug 155446
Zoom actions are messed up
Last modified: 2005-09-27 06:54:41 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 (?)
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.
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.)
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.