gimp r25179 - in trunk: . app/display



Author: mitch
Date: Sun Mar 23 15:37:01 2008
New Revision: 25179
URL: http://svn.gnome.org/viewvc/gimp?rev=25179&view=rev

Log:
2008-03-23  Michael Natterer  <mitch gimp org>

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_scale_resize): always need to fully expose the
	canvas now that "redisplay" was removed.



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	Sun Mar 23 15:37:01 2008
@@ -594,8 +594,7 @@
   gimp_display_shell_scale_setup (shell);
   gimp_display_shell_scaled (shell);
 
-  if (resize_window)
-    gimp_display_shell_expose_full (shell);
+  gimp_display_shell_expose_full (shell);
 
   /* re-enable the active tool */
   gimp_display_shell_resume (shell);



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