gimp r28230 - in trunk: . app/display



Author: mitch
Date: Sat Mar 28 21:18:40 2009
New Revision: 28230
URL: http://svn.gnome.org/viewvc/gimp?rev=28230&view=rev

Log:
2009-03-28  Michael Natterer  <mitch gimp org>

	Bug 555738 â Image display is wrong after undoing canvas size
	enlargement

	* app/display/gimpdisplayshell-handlers.c
	(gimp_display_shell_size_changed_detailed_handler): call
	gimp_display_shell_expose_full() because resizing the canvas can
	leave all sorts of display areas unupdated otherwise.



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

Modified: trunk/app/display/gimpdisplayshell-handlers.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-handlers.c	(original)
+++ trunk/app/display/gimpdisplayshell-handlers.c	Sat Mar 28 21:18:40 2009
@@ -528,6 +528,8 @@
        * the end
        */
       gimp_display_shell_scroll_clamp_and_update (shell);
+
+      gimp_display_shell_expose_full (shell);
     }
 }
 



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