oldLayout was better
authorClaus Gittinger <cg@exept.de>
Tue, 20 Nov 2001 23:43:55 +0100
changeset 3462 71af03cac0c7
parent 3461 cc12abdc2312
child 3463 0b829ff1c9b9
oldLayout was better
DebugView.st
--- a/DebugView.st	Tue Nov 20 23:16:40 2001 +0100
+++ b/DebugView.st	Tue Nov 20 23:43:55 2001 +0100
@@ -1915,7 +1915,7 @@
     menuPanel origin:(0.0 @ 0.0) corner:(1.0 @ (mH)).
 
     oldLayout := true.
-    oldLayout := false.
+    "/ oldLayout := false.
     oldLayout ifTrue:[
         bpanel := HorizontalPanelView in:self.
 
@@ -5595,6 +5595,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.301 2001-11-19 09:27:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.302 2001-11-20 22:43:55 cg Exp $'
 ! !
 DebugView initialize!