GNOME Bugzilla – Bug 315189
sidebar causes image not to be at 100% when it reasonably can be
Last modified: 2005-09-05 14:57:11 UTC
Distribution/Version: breezy -- the badger of power if you open an image in eog with the sidebar enabled then I think something like the following must happen: 1) size of image is determined 2) window size is set accordingly 3) sidebar is added, thus reducing available space for the image 4) image is rescaled to fit into the reduced space as such, opening images almost never results in them being at 100% zoom level when they reasonably could be, but rather at 80- or 90-something. when opening images with the sidebar disabled the problem does not occur.
Forgot to mention: might want to try to nuke bug #313674 at the same time as this one.
This regression was introduced here: http://cvs.gnome.org/viewcvs/eog/shell/eog-window.c?r1=1.125&r2=1.126 Search for "Line 2438". Reverting that one piece of the patch would solve this bug and bug 313674.
Created attachment 51768 [details] [review] pane pain
I can confirm that the patch fixes the issue.
Patch applied. Thanks.