TextView.st
changeset 1496 95a24d9211df
parent 1487 4a9bfda28991
child 1524 60582bfee9ce
--- a/TextView.st	Wed Apr 22 09:17:55 1998 +0200
+++ b/TextView.st	Wed Apr 22 09:18:55 1998 +0200
@@ -1809,21 +1809,13 @@
                     "its in the selection"
                     fg := selectionFgColor.
                     bg := selectionBgColor.
-
-"/                    self 
-"/                        drawVisibleLine:visLine 
-"/                        col:col 
-"/                        with:selectionFgColor
-"/                        and:selectionBgColor.
-"/                    ^ self
                 ]
             ]
         ]
     ].
     self drawVisibleLine:visLine col:col with:fg and:bg
-"/    super redrawVisibleLine:visLine col:col
-
-    "Modified: 12.5.1996 / 17:46:51 / cg"
+
+    "Modified: / 22.4.1998 / 08:53:05 / cg"
 !
 
 redrawVisibleLine:visLine from:startCol
@@ -2857,5 +2849,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.116 1998-04-19 15:10:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.117 1998-04-22 07:18:55 cg Exp $'
 ! !