*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2003 14:07:54 +0200
changeset 2556 fc4dd338dee5
parent 2555 43af374dfd5e
child 2557 b1d8a61319d9
*** empty log message ***
ImageEditView.st
--- a/ImageEditView.st	Wed Aug 20 11:36:05 2003 +0200
+++ b/ImageEditView.st	Wed Aug 20 14:07:54 2003 +0200
@@ -1887,6 +1887,14 @@
 !
 
 print
+    self printWithMagnification:1
+!
+
+printMagnified
+    self printWithMagnification:magnification
+!
+
+printWithMagnification:magnification
     |stream|
 
     image isNil ifTrue:[^ self].
@@ -2230,7 +2238,7 @@
 !ImageEditView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.186 2003-08-20 09:36:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.187 2003-08-20 12:07:54 cg Exp $'
 ! !
 
 ImageEditView initialize!