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:
committed by
Michael Natterer
parent
f8e5aa31bd
commit
281cc4c9c2
@ -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:
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user