GNOME Bugzilla – Bug 308910
max zoom in statusbar stops at 1999%
Last modified: 2005-06-25 02:14:21 UTC
when you zoom in at the maximum level statusbar syas 2000% (ok). Now zoom out a bit and then in again: statusbar stops at 1999%
note: happens when scrolling with the mouse scroll wheel, not with the toolbar buttons
Created attachment 48275 [details] [review] patch here is simple patch which fixes the issue: round to the nearest integer instead of always rounding down (note that it is safe because the return value of eog_scroll_view_get_zoom is always clamped at MAX_ZOOM, so there is no risk of having zoom 2001%)
Thanks, patch applied.