diff -r e6ef9297a8b5 -r 98297505c7f6 PanelView.st --- 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] ]. ]. ].