# HG changeset patch # User Claus Gittinger # Date 1061372143 -7200 # Node ID 98ebea4111f91348c4248b7817ecfb02db3ea5ca # Parent c93d592236f338b4dd1cf7903a7874f14c880233 waitCursor while printing diff -r c93d592236f3 -r 98ebea4111f9 ImageEditor.st --- a/ImageEditor.st Tue Aug 19 12:11:16 2003 +0200 +++ b/ImageEditor.st Wed Aug 20 11:35:43 2003 +0200 @@ -4572,7 +4572,9 @@ doPrint "prints current image on the current printer" - imageEditView print + self withWaitCursorDo:[ + imageEditView print + ] ! doSaveButtonImageToFileAs