PanelView.st
changeset 5920 98297505c7f6
parent 5907 a7c098af4b43
child 5951 6678c0b6d0cb
--- a/PanelView.st	Fri Oct 14 14:20:25 2016 +0200
+++ b/PanelView.st	Fri Oct 14 14:20:34 2016 +0200
@@ -663,11 +663,11 @@
         subViews size ~~ 0 ifTrue:[
             subViews := subViews 
                             select:[:v | 
-                                            "/ if I am already realized, only consider realized subViews
-                                            "/ otherwise, consider subViews which will be shown when I am.
-                                            realized 
-                                                ifTrue:[v realized]       
-                                                ifFalse:[v isHiddenOnRealize not]
+                                    "/ if I am already realized, only consider realized subViews
+                                    "/ otherwise, consider subViews which will be shown when I am.
+                                    realized 
+                                        ifTrue:[v realized]       
+                                        ifFalse:[v isHiddenOnRealize not]
                                    ].
         ].
     ].