VariablePanel.st
changeset 2533 0da5e1d49faa
parent 2531 6fc09f6a83dd
child 2590 9e2e11f928f7
--- a/VariablePanel.st	Mon May 06 08:04:29 2002 +0200
+++ b/VariablePanel.st	Mon May 13 11:17:52 2002 +0200
@@ -2277,7 +2277,8 @@
 realize
     super realize.
     self anyNonRelativeSubviews ifTrue:[
-        self setupSubviews
+        self setupSubviews.
+        self sizeChanged:nil.   "/ force recomputation of subviews
     ].
 ! !
 
@@ -2297,5 +2298,5 @@
 !VariablePanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.77 2002-05-06 05:57:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.78 2002-05-13 09:17:52 cg Exp $'
 ! !