checkin from browser
authortm
Thu, 20 Jul 2000 16:13:20 +0200
changeset 2198 9b795716d87b
parent 2197 5b3dd41c21ac
child 2199 455cd1c65af1
checkin from browser
PanelView.st
--- 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 $'
 ! !