PanelView.st
changeset 2198 9b795716d87b
parent 2190 e342c52a1ac8
child 2305 f2850e54b0ab
--- a/PanelView.st	Tue Jul 18 13:39:23 2000 +0200
+++ b/PanelView.st	Thu Jul 20 16:13:20 2000 +0200
@@ -524,10 +524,10 @@
      that a repositioning is needed to do so when the view eventually becomes
      visible."
 
-    shown ifTrue:[
-	self setChildPositions
+    realized ifTrue:[
+        self setChildPositions
     ] ifFalse:[
-	mustRearrange := true
+        mustRearrange := true
     ]
 !
 
@@ -566,5 +566,5 @@
 !PanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.33 2000-05-10 11:31:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.34 2000-07-20 14:13:20 tm Exp $'
 ! !