#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 14:20:48 +0200
changeset 5921 b48e88ed5bb3
parent 5920 98297505c7f6
child 5922 974b38d3d99b
#FEATURE by cg class: VerticalPanelView changed: #preferredExtent fix in isHiddenOnRealize
VerticalPanelView.st
--- a/VerticalPanelView.st	Fri Oct 14 14:20:34 2016 +0200
+++ b/VerticalPanelView.st	Fri Oct 14 14:20:48 2016 +0200
@@ -1093,7 +1093,7 @@
     subViews do:[:child |
         |childsPreference|
 
-        child realized ifTrue:[
+        false "child realized" ifTrue:[
             childsPreference := child extent.
         ] ifFalse:[
             childsPreference := child preferredExtent.