UIPropertyView.st
changeset 83 d9377c397262
parent 78 a0a00603a8b6
child 85 23e9aebcbe35
--- 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
     ].