hide the Scale dialog before starting to perform the scale operation.
2008-08-25 Sven Neumann <sven@gimp.org> * app/dialogs/image-scale-dialog.c: hide the Scale dialog before starting to perform the scale operation. svn path=/trunk/; revision=26753
This commit is contained in:

committed by
Sven Neumann

parent
5970750152
commit
e34e1b5918
@ -1,3 +1,8 @@
|
||||
2008-08-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/image-scale-dialog.c: hide the Scale dialog before
|
||||
starting to perform the scale operation.
|
||||
|
||||
2008-08-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint-funcs/scale-region.c: fixed progress feedback.
|
||||
|
@ -171,7 +171,7 @@ image_scale_callback (GtkWidget *widget,
|
||||
break;
|
||||
|
||||
case GIMP_IMAGE_SCALE_OK:
|
||||
/* If all is well, return directly after scaling image. */
|
||||
gtk_widget_hide (widget);
|
||||
dialog->callback (dialog->dialog,
|
||||
GIMP_VIEWABLE (dialog->image),
|
||||
dialog->width,
|
||||
|
Reference in New Issue
Block a user