SelectionInListModelView.st
changeset 3455 825b5e491106
parent 3438 a8ce9823cc1e
child 3461 eb3980ed82ad
--- a/SelectionInListModelView.st	Sat Jun 28 13:48:50 2008 +0200
+++ b/SelectionInListModelView.st	Sat Jun 28 13:54:11 2008 +0200
@@ -986,7 +986,7 @@
 
     cursorItem == item ifTrue:[
         "/ textStartLeft
-        self setMaskOrigin:((self viewOrigin + (0 @ 1)) \\ (lineMask extent)).
+        self maskOrigin:((self viewOrigin + (0 @ 1)) \\ (lineMask extent)).
         self mask:lineMask.
         w := renderer widthFor:item.
         self displayRectangleX:x -1 y:(y+2) width:w+2 height:(h - 4).
@@ -2518,5 +2518,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.133 2008-06-06 08:41:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.134 2008-06-28 11:54:11 stefan Exp $'
 ! !