changed: #mapped
authorClaus Gittinger <cg@exept.de>
Thu, 09 Dec 2010 18:14:07 +0100
changeset 5666 e5d4d5e455e5
parent 5665 f901e164a7ba
child 5667 c065259f0d5c
changed: #mapped
TopView.st
--- a/TopView.st	Thu Dec 09 14:34:01 2010 +0100
+++ b/TopView.st	Thu Dec 09 18:14:07 2010 +0100
@@ -1330,8 +1330,11 @@
         self setForegroundWindow.
         self activate.
     ].
+    subViews notNil ifTrue:[
+        subViews do:[:eachSubView | eachSubView topViewWasMapped ].
+    ]
 
-    "Modified: / 01-12-2010 / 15:56:41 / cg"
+    "Modified: / 09-12-2010 / 18:13:20 / cg"
 !
 
 masterSlaveMessage:aSelector inGroup:aWindowGroup
@@ -1383,11 +1386,11 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.133 2010-12-01 14:57:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.134 2010-12-09 17:14:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.133 2010-12-01 14:57:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.134 2010-12-09 17:14:07 cg Exp $'
 ! !
 
 TopView initialize!