UIObjectView.st
changeset 145 163258b9561d
parent 140 1dde784a73d7
child 149 e652608690b1
--- a/UIObjectView.st	Wed Jun 11 15:59:16 1997 +0200
+++ b/UIObjectView.st	Wed Jun 11 16:00:03 1997 +0200
@@ -1267,8 +1267,6 @@
         self selectionChanged
     ]
 
-
-
 !
 
 selectionChanged
@@ -2323,9 +2321,7 @@
 
         oldSel notNil ifTrue:[
             oldSel do:[:id||v|
-                (v := self findViewWithId:id) notNil ifTrue:[
-                    newSel add:v
-                ]
+                (v := self findViewWithId:id) notNil ifTrue:[newSel add:v]
             ].
             self select:newSel.
         ]