gimp r26404 - in trunk: . app/display



Author: martinn
Date: Wed Aug  6 19:29:04 2008
New Revision: 26404
URL: http://svn.gnome.org/viewvc/gimp?rev=26404&view=rev

Log:
2008-08-06  Martin Nordholts  <martinn svn gnome org>

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_center_image): The operation of centering the
	image in the display shell has by itself nothing to do with
	resizing the display shell window.


Modified:
   trunk/ChangeLog
   trunk/app/display/gimpdisplayshell-scale.c

Modified: trunk/app/display/gimpdisplayshell-scale.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-scale.c	(original)
+++ trunk/app/display/gimpdisplayshell-scale.c	Wed Aug  6 19:29:04 2008
@@ -551,7 +551,7 @@
    */
   gimp_display_shell_scale_by_values (shell, gimp_zoom_model_get_factor (shell->zoom),
                                       target_offset_x, target_offset_y,
-                                      shell->display->config->resize_windows_on_zoom);
+                                      FALSE);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]