#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 18 Jul 2017 15:24:48 +0200
changeset 17589 1fe021219a49
parent 17588 b3a2da852bf2
child 17590 7a8cba1af2fe
#DOCUMENTATION by cg class: InspectorView changed: #suppressPseudoSlots:
InspectorView.st
--- a/InspectorView.st	Tue Jul 18 15:20:21 2017 +0200
+++ b/InspectorView.st	Tue Jul 18 15:24:48 2017 +0200
@@ -1506,10 +1506,13 @@
 
 suppressPseudoSlots:aBoolean
     "to enable/disable the pseudo slots (eg. inspectorExtraAttributes)"
-    
-    suppressPseudoSlots := aBoolean
-
-    "Modified (comment): / 18-07-2017 / 15:19:34 / cg"
+
+    aBoolean ~~ suppressPseudoSlots ifTrue:[
+        suppressPseudoSlots := aBoolean.
+        self reinspect.
+    ].
+
+    "Modified: / 18-07-2017 / 15:23:51 / cg"
 !
 
 workspace