diff --git a/ChangeLog b/ChangeLog index f6358c2ada..6f00442bf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Sven Neumann + + * app/commands.c (image_resize_callback): + call lc_dialog_update_image_list() when resizing the image so the + image preview is updated in the l&c dialog. + 2000-12-14 Vidar Madsen * plug-ins/gimpressionist/brush.c: Fix to avoid a warning when diff --git a/app/actions/help-commands.c b/app/actions/help-commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/actions/help-commands.c +++ b/app/actions/help-commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/commands.c b/app/commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/commands.c +++ b/app/commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/gui/commands.c b/app/gui/commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/gui/commands.c +++ b/app/gui/commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/gui/help-commands.c b/app/gui/help-commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/gui/help-commands.c +++ b/app/gui/help-commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else {