#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Fri, 15 Jul 2016 13:27:00 +0200
changeset 5785 5da329cd002e
parent 5784 0e5f3ae22323
child 5786 e7eeb2edbed5
#OTHER by stefan delegated_gc - do not use drawableId instvar
Label.st
--- a/Label.st	Thu Jul 14 21:33:34 2016 +0200
+++ b/Label.st	Fri Jul 15 13:27:00 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1483,7 +1485,7 @@
     animatorState := self objectAttributeAt:#animator.
     animatorState isNil ifTrue:[^ self "I have been stopped in the meanwhile"].
     
-    (drawableId isNil) ifTrue:[
+    (gc drawableId isNil) ifTrue:[
         "/ view has been closed.
         self stopAnimation.
         ^ self