actually use the choosen interpolation type. Fixes bug #157102.

2004-11-02  Sven Neumann  <sven@gimp.org>

	* app/dialogs/image-scale-dialog.c (image_scale_callback): actually
	use the choosen interpolation type. Fixes bug #157102.
This commit is contained in:
Sven Neumann 2004-11-02 08:39:42 +00:00 committed by Sven Neumann
parent 413ab63573
commit fabdf25d9b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-11-02 Sven Neumann <sven@gimp.org>
* app/dialogs/image-scale-dialog.c (image_scale_callback): actually
use the choosen interpolation type. Fixes bug #157102.
2004-11-02 DindinX <dindinx@gimp.org>
* plug-ins/gfig/gfig-dobject.c

View File

@ -126,6 +126,7 @@ image_scale_callback (GtkWidget *widget,
dialog->width = width;
dialog->height = height;
dialog->unit = unit;
dialog->interpolation = interpolation;
dialog->xresolution = xresolution;
dialog->yresolution = yresolution;
dialog->resolution_unit = resolution_unit;