GNOME Bugzilla – Bug 556804
Zoom drop down doesn't update
Last modified: 2008-10-22 19:04:54 UTC
Hi GIMP developers, I noticed that when I try to resize my canvas using the "+" and "-" keys, the zoom drop down updates showing the current magnification but only when the magnification is less than 100%, when you resize higher than 100% the drop down doesn't update. Also when you press the "1" key to resize the canvas to 100% it fails when the current magnification is higher than 100%. My PC specs are as follows: Windows XP SP3 NVIDIA GeForce4 MX 4000 1GB RAM Pentium 4 2.8GHz Thanks
Created attachment 120822 [details] Zoom drop down doesn't update above 100%
Created attachment 120823 [details] Zoom drop down doesn't update above 100% XCF file compressed with 7-zip http://www.7-zip.org/
Created attachment 120826 [details] [review] fix-scaled-emission-2008-10-18.patch Hi and thanks for the bug report! This bug occurs when one have 'Resize window on zoom' enabled and one zooms in, but the image window is too big to be further enlarged. The cause is bogus emissions of the GimpDisplayShell::"scaled" signal. The attached patch seems to fix this but I am going to do more extensive testing on it before I commit it.
Seems to work, and should work, just fine. Commited to trunk rev 27366 and gimp-2-6 rev 27367: 2008-10-22 Martin Nordholts <martinn@svn.gnome.org> Bug 556804 – Zoom drop down doesn't update * app/display/gimpdisplayshell-scale.c * app/display/gimpdisplayshell-callbacks.c: Fix calls to gimp_display_shell_scaled() when Resize window on zoom is enabled.