Label.st
changeset 1242 d2296de90bad
parent 1218 0348f3314a39
child 1246 9033af51413c
--- a/Label.st	Thu Jun 05 12:40:55 1997 +0200
+++ b/Label.st	Fri Jun 06 16:39:03 1997 +0200
@@ -1559,7 +1559,7 @@
                 y := transformation applyInverseScaleY:y.
             ].
 
-            logo := logo on:device.
+            logo := logo onDevice:device.
 "/            self background:bg.
             logo mask notNil ifTrue:[
                 self displayForm:logo x:x y:y 
@@ -1625,7 +1625,7 @@
 
     ]
 
-    "Modified: 2.3.1997 / 00:16:49 / cg"
+    "Modified: 6.6.1997 / 16:38:48 / cg"
 !
 
 redraw
@@ -1668,5 +1668,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.77 1997-05-06 13:56:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.78 1997-06-06 14:39:03 cg Exp $'
 ! !