diff -r bca8b1953ee8 -r 163258b9561d UIObjectView.st --- 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. ]