waitCursor while printing
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2003 11:35:43 +0200
changeset 1734 98ebea4111f9
parent 1733 c93d592236f3
child 1735 75407a952d79
waitCursor while printing
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