mirror of https://github.com/GNOME/gimp.git
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:
parent
413ab63573
commit
fabdf25d9b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue