DebugView.st
changeset 870 63e82f3b6940
parent 824 099fa90db8aa
child 875 f8ee393ca634
--- a/DebugView.st	Thu Nov 21 20:00:10 1996 +0100
+++ b/DebugView.st	Sat Dec 07 13:54:56 1996 +0100
@@ -460,6 +460,7 @@
     ] ifFalse:[
         self realize.
     ].
+    self realizeAllSubViews.
 
     exclusive ifTrue:[
         self showError:'
@@ -698,7 +699,7 @@
 
     "Created: 24.11.1995 / 19:52:54 / cg"
     "Modified: 3.5.1996 / 23:58:16 / stefan"
-    "Modified: 22.10.1996 / 15:49:51 / cg"
+    "Modified: 7.12.1996 / 13:37:23 / cg"
 !
 
 openOn:aProcess
@@ -3004,5 +3005,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.116 1996-11-01 16:19:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.117 1996-12-07 12:54:56 cg Exp $'
 ! !