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:

committed by
Adam D. Moss

parent
e99f37ab19
commit
c3d66ee292
@ -3026,8 +3026,6 @@ plug_in_disconnect_cancel (PlugIn *plug_in)
|
||||
{
|
||||
GDisplay *gdisp = NULL;
|
||||
|
||||
/*printf("\nplug_in_disconnect_cancel\n");fflush(stdout);*/
|
||||
|
||||
gdisp = gdisplay_get_ID (plug_in->progress_gdisp_ID);
|
||||
gtk_widget_set_sensitive (gdisp->cancelbutton, FALSE);
|
||||
|
||||
@ -3065,7 +3063,6 @@ plug_in_progress_init (PlugIn *plug_in,
|
||||
context_id, message);
|
||||
plug_in->progress_gdisp_ID = gdisp_ID;
|
||||
|
||||
/*printf("\nHERE\n");fflush(stdout);*/
|
||||
gtk_signal_connect (GTK_OBJECT (gdisp->cancelbutton), "clicked",
|
||||
(GtkSignalFunc) plug_in_progress_cancel,
|
||||
plug_in);
|
||||
|
Reference in New Issue
Block a user