SelListV.st
changeset 722 3f297a438fec
parent 709 a738bd76ace4
child 812 10eba14cfd2d
--- a/SelListV.st	Wed May 29 16:38:27 1996 +0200
+++ b/SelListV.st	Wed May 29 16:40:41 1996 +0200
@@ -2580,11 +2580,11 @@
     multipleSelectOk ifTrue:[
         oldSelection := selection.
         selection := OrderedCollection withAll:(1 to:self size).
-        shown ifTrue:[self redraw].
+        self invalidate.
         self selectionChangedFrom:oldSelection.
     ]
 
-    "Modified: 25.5.1996 / 13:04:57 / cg"
+    "Modified: 29.5.1996 / 16:39:07 / cg"
 !
 
 selectElement:anObject
@@ -2841,5 +2841,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.75 1996-05-28 19:17:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.76 1996-05-29 14:39:30 cg Exp $'
 ! !