class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Mon, 09 Mar 2015 12:13:00 +0100
changeset 15521 fb618bbd9037
parent 15520 ee71c6d3d759
child 15522 92e5dd55bfd6
class: Tools::CodeView2 oops - leftover debug code.
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Mon Mar 09 12:11:58 2015 +0100
+++ b/Tools__CodeView2.st	Mon Mar 09 12:13:00 2015 +0100
@@ -2888,7 +2888,7 @@
 
     "separator line is drawn in grey"
     savPaint := self paint.
-    self paint:Color red.
+    self paint:Color grey.
 
     self 
         displayLineFromX:(width - 1)
@@ -2897,7 +2897,7 @@
         y:(y+h).
 
     self paint:savPaint.
-self halt.
+
     "Created: / 14-12-2009 / 13:15:53 / Jindra <a>"
     "Modified: / 14-12-2009 / 15:09:54 / Jindra <a>"
     "Modified: / 17-08-2011 / 15:12:47 / cg"
@@ -4252,15 +4252,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.187 2015-03-09 11:11:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.188 2015-03-09 11:13:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.187 2015-03-09 11:11:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.188 2015-03-09 11:13:00 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.187 2015-03-09 11:11:58 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.188 2015-03-09 11:13:00 cg Exp $'
 ! !