MenuView.st
changeset 2429 eed79a96e43b
parent 2399 550e5ab64b82
child 2433 b0523e4aad8a
--- a/MenuView.st	Thu Oct 04 19:26:48 2001 +0200
+++ b/MenuView.st	Fri Oct 05 10:56:34 2001 +0200
@@ -1418,7 +1418,7 @@
 
     markType := line at:i2.
 
-    x := (self xOfCol:markIndex inVisibleLine:visLineNr) - leftOffset.
+    x := (self xOfCol:markIndex inVisibleLine:visLineNr) - viewOrigin x.
     y := (self yOfVisibleLine:visLineNr) - (lineSpacing//2).
 
     self paint:bg.
@@ -2734,5 +2734,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.129 2001-09-05 14:33:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.130 2001-10-05 08:56:34 cg Exp $'
 ! !