TextCollector.st
changeset 4657 0a14c5312937
parent 4654 a4c05a2b6c29
child 4658 e2a82c5376e1
--- a/TextCollector.st	Sat Jul 13 22:49:30 2013 +0200
+++ b/TextCollector.st	Tue Jul 23 15:59:31 2013 +0200
@@ -333,7 +333,7 @@
     "flush buffered text when exposed"
 
     super exposeX:x y:y width:w height:h.
-    self endEntry
+    "/ self endEntry
 ! !
 
 !TextCollector methodsFor:'initialization & release'!
@@ -1067,10 +1067,10 @@
                 inFlush := false.
             ]
         ].
-        flushPending ifTrue:[
-            flushPending := false.
-            self installDelayedUpdate
-        ]
+"/        flushPending ifTrue:[
+"/            flushPending := false.
+"/            self installDelayedUpdate
+"/        ]
     ].
 
     "Modified: / 9.11.1998 / 21:17:56 / cg"
@@ -1086,11 +1086,11 @@
 !TextCollector class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.125 2013-07-13 07:27:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.126 2013-07-23 13:59:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.125 2013-07-13 07:27:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.126 2013-07-23 13:59:31 cg Exp $'
 ! !