ListView.st
changeset 2607 129c4b6e63b8
parent 2605 4f8c7e50f217
child 2648 190351d07ce1
--- a/ListView.st	Fri Sep 06 12:41:17 2002 +0200
+++ b/ListView.st	Fri Sep 06 13:51:57 2002 +0200
@@ -3193,7 +3193,7 @@
         endLine > (startLine+1) ifTrue:[
             self redrawFromLine:startLine+1 to:endLine-1
         ].
-        self redrawLine:endLine from:0 to:endCol.
+        self redrawLine:endLine from:1 to:endCol.
     ]
 !
 
@@ -4464,5 +4464,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.273 2002-09-06 10:40:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.274 2002-09-06 11:51:57 cg Exp $'
 ! !