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:
Sven Neumann
2008-08-25 11:41:03 +00:00
committed by Sven Neumann
parent 5970750152
commit e34e1b5918
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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,