Label.st
branchjv
changeset 5748 8fa14ad33457
parent 5746 813beb879bc9
child 5754 d960975fec46
--- a/Label.st	Mon May 16 06:49:53 2016 +0200
+++ b/Label.st	Mon May 16 06:10:49 2016 +0100
@@ -1474,7 +1474,7 @@
     |offset animator atTop atBottom|
     
     (animator := self objectAttributeAt:#animator) isNil ifTrue:[^ self "I have been stopped"].
-    drawableId isNil ifTrue:[^ self].
+    self drawableId isNil ifTrue:[^ self].
     
     offset := self objectAttributeAt:#animatorOffset.
     atTop := (offset == 0).