oops - left a debugPrint
authorClaus Gittinger <cg@exept.de>
Mon, 26 Feb 1996 23:46:19 +0100
changeset 408 c183c1a094b2
parent 407 998d3f5c4690
child 409 32cff968ec56
oops - left a debugPrint
MenuView.st
--- a/MenuView.st	Mon Feb 26 23:42:18 1996 +0100
+++ b/MenuView.st	Mon Feb 26 23:46:19 1996 +0100
@@ -1545,8 +1545,6 @@
 drawVisibleLine:visLineNr with:fg and:bg
     |lineString isSpecial|
 
-'draw' printNL.
-
     lineString := self visibleAt:visLineNr.
 
     isSpecial := lineString notNil and:[lineString includes:$\].
@@ -1570,7 +1568,7 @@
     "
     ^ super drawLine:lineString inVisible:visLineNr with:fg and:bg.
 
-    "Modified: 26.2.1996 / 23:30:51 / cg"
+    "Modified: 26.2.1996 / 23:45:56 / cg"
 !
 
 drawVisibleLineSelected:visLineNr
@@ -1889,5 +1887,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.47 1996-02-26 22:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.48 1996-02-26 22:46:19 cg Exp $'
 ! !