ListView.st
changeset 1964 b07048d003ff
parent 1963 aa5d0f63db19
child 1969 69d9c43db5e9
--- a/ListView.st	Mon Jul 12 16:32:51 1999 +0200
+++ b/ListView.st	Mon Jul 12 17:33:07 1999 +0200
@@ -1038,7 +1038,7 @@
 !
 
 withoutRedrawAt:index put:aString
-    "change a line without redisplay"
+    "change a line without redisplay and WITHOUT any sizeChange notifications"
 
     |w didIncludeNonStrings|
 
@@ -1070,7 +1070,6 @@
             widthOfWidestLine := nil "/ means: unknown
         ].
     ].
-    self contentsChanged
 
     "Modified: / 26.7.1998 / 13:00:14 / cg"
 ! !
@@ -3905,5 +3904,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.201 1999-07-12 14:32:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.202 1999-07-12 15:33:07 cg Exp $'
 ! !