#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Fri, 15 Jul 2016 13:27:03 +0200
changeset 5786 e7eeb2edbed5
parent 5785 5da329cd002e
child 5787 6afec9827d1c
#OTHER by stefan delegated_gc - do not use drawableId instvar
TextView.st
--- a/TextView.st	Fri Jul 15 13:27:00 2016 +0200
+++ b/TextView.st	Fri Jul 15 13:27:03 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -3045,8 +3047,8 @@
 
 textChanged
     self isNativeWidget ifTrue:[
-        drawableId notNil ifTrue:[
-            device changeText:self contents in:drawableId
+        gc drawableId notNil ifTrue:[
+            device changeText:self contents in:gc drawableId
         ]
     ].
     super textChanged