SubCanvas.st
changeset 5766 dd7d8ff38b2b
parent 5315 06a51abce443
child 5767 83334680fcf7
--- a/SubCanvas.st	Wed May 16 12:49:32 2018 +0200
+++ b/SubCanvas.st	Tue May 22 18:47:32 2018 +0200
@@ -448,18 +448,24 @@
 
         self realized ifTrue:[
             "/ cg: I think we should call
-            "/ clientView recursiveRealizeAllSubViews.
+            "/      clientView recursiveRealizeAllSubViews.
             "/ instead of: 
+            "/ but check this heavily bevore changing!!    
             clientView realizeAllSubViews.
 
             clientViewIsScrolled ifTrue:[
                 scrolledView repositionScrolledView.
                 scrolledView resizeScrolledView
             ].
+            "/ mhm - it is opened freshly
+            "/ if not called here, we'd loose this message 
+            "/ (my appSubView sends this when it gets realized)   
+            client postOpenAsSubcanvasWith:builder
         ].
     ]
 
-    "Modified: / 30.1.2000 / 21:36:40 / cg"
+    "Modified: / 30-01-2000 / 21:36:40 / cg"
+    "Modified (comment): / 22-05-2018 / 18:45:58 / Claus Gittinger"
 !
 
 releaseAllComponents