PanelView.st
changeset 6723 505155166c8e
parent 6719 71423e2b6206
child 6762 fe96efd9e402
--- a/PanelView.st	Tue Oct 29 18:36:50 2019 +0100
+++ b/PanelView.st	Wed Oct 30 03:23:59 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -649,7 +647,7 @@
      visible."
 
     super layoutChanged.
-    realized ifTrue:[
+    self shown "realized" ifTrue:[
         self setChildPositions
     ] ifFalse:[
         mustRearrange := true