SelListV.st
changeset 1973 a55fbd12d9bf
parent 1918 3ac07b97b4f7
child 1988 55184833642a
--- a/SelListV.st	Mon Jul 26 10:43:00 1999 +0200
+++ b/SelListV.st	Mon Jul 26 10:43:18 1999 +0200
@@ -2456,6 +2456,8 @@
 
     |first wasAtEnd selectionWasWisible|
 
+    widthOfWidestLine := nil.
+
     wasAtEnd := (firstLineShown + nFullLinesShown) >= self size.
 
     selectionWasWisible := false.
@@ -3613,5 +3615,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.148 1999-05-27 11:41:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.149 1999-07-26 08:43:18 cg Exp $'
 ! !