gimp r28231 - in branches/gimp-2-6: . app/display



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

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

	Merged from trunk:

	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:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/app/display/gimpdisplayshell-handlers.c

Modified: branches/gimp-2-6/app/display/gimpdisplayshell-handlers.c
==============================================================================
--- branches/gimp-2-6/app/display/gimpdisplayshell-handlers.c	(original)
+++ branches/gimp-2-6/app/display/gimpdisplayshell-handlers.c	Sat Mar 28 21:19:49 2009
@@ -545,6 +545,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]