always need to fully expose the canvas now that "redisplay" was removed.

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.


svn path=/trunk/; revision=25179
This commit is contained in:
Michael Natterer
2008-03-23 15:37:01 +00:00
committed by Michael Natterer
parent f8e5aa31bd
commit 281cc4c9c2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.
2008-03-23 Michael Natterer <mitch@gimp.org>
Never shrink the empty display when filling it, only grow:

View File

@ -594,8 +594,7 @@ gimp_display_shell_scale_resize (GimpDisplayShell *shell,
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);