ImageEditor.st
changeset 1734 98ebea4111f9
parent 1728 8247a19e2262
child 1740 5c0b60e76676
--- 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