checkin from browser
authorca
Tue, 04 Mar 1997 17:42:27 +0100
changeset 83 d9377c397262
parent 82 99dc76d66eab
child 84 da0459487089
checkin from browser
UIPropertyView.st
--- a/UIPropertyView.st	Tue Mar 04 17:41:19 1997 +0100
+++ b/UIPropertyView.st	Tue Mar 04 17:42:27 1997 +0100
@@ -1230,10 +1230,10 @@
         ].
         ^ self
     ].
-    currentView     := builderView singleSelection.
-    propertyAspects := nil.
+    currentView := builderView singleSelection.
 
     currentView isNil ifTrue:[
+        propertyAspects := nil.
         specChannel := nil.
       ^ self propertyList:nil
     ].