undo; raise notification to update shown specification
authorca
Wed, 11 Jun 1997 16:00:03 +0200
changeset 145 163258b9561d
parent 144 bca8b1953ee8
child 146 ae84facd80be
undo; raise notification to update shown specification
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.
         ]