ListView.st
changeset 6158 86279357c196
parent 6155 ed122bb2a18a
child 6164 4fa5c4c68b5e
--- a/ListView.st	Thu May 18 03:35:50 2017 +0000
+++ b/ListView.st	Mon May 22 12:20:01 2017 +0200
@@ -2889,12 +2889,13 @@
 
     sensor := self sensor.
     (sensor hasUserEvent:#contentsChanged for:self) ifFalse:[
-	sensor pushUserEvent:#contentsChanged for:self
+        sensor pushUserEvent:#contentsChanged for:self
     ].
-    "/ used to be syncronous:
+    "/ used to be synchronous:
     "/ self contentsChanged.             "recompute scrollbars"
 
     "Created: / 25-07-2012 / 11:59:58 / cg"
+    "Modified (comment): / 22-05-2017 / 12:07:37 / mawalch"
 !
 
 getFontParameters