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:
committed by
Sven Neumann
parent
413ab63573
commit
fabdf25d9b
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user