mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Resizing image canvases should be less horrible to look at. I've removed
Sat Oct 3 21:01:34 BST 1998 Adam D. Moss <adam@gimp.org> * app/channel.c app/channel_ops.c app/disp_callbacks.c app/floating_sel.c app/gdisplay.c app/gdisplay.h app/gdisplay_ops.c app/gimpimage.c app/image_map.c app/interface.c app/layers_dialog.c app/plug_in.c app/undo.c app/xcf.c: Resizing image canvases should be less horrible to look at. I've removed the implicit clear of the whole area when a window is resized by the user, and clear the exposed area around the image manually when appropriate. Dialogs which want synchronous updates for previews and such use displays_update_now(). Removed some old debugging nonsense which I don't want any more.
This commit is contained in:
parent
e99f37ab19
commit
c3d66ee292
62 changed files with 266 additions and 230 deletions
|
@ -2034,8 +2034,6 @@ gimp_image_merge_layers (GimpImage *gimage, GSList *merge_list, MergeType merge_
|
|||
|
||||
gtk_signal_emit(GTK_OBJECT(gimage), gimp_image_signals[RESTRUCTURE]);
|
||||
|
||||
printf(" gimp_image_merge_layers ");fflush(stdout);
|
||||
|
||||
drawable_update (GIMP_DRAWABLE(merge_layer), 0, 0, drawable_width (GIMP_DRAWABLE(merge_layer)), drawable_height (GIMP_DRAWABLE(merge_layer)));
|
||||
|
||||
/*reinit_layer_idlerender (gimage, merge_layer);*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue