bug fix in redraw label
authorca
Thu, 28 May 1998 15:19:47 +0200
changeset 854 2d96630daf4a
parent 853 4c906c364da2
child 855 07344de4bed4
bug fix in redraw label
MenuEditor.st
--- a/MenuEditor.st	Thu May 28 13:16:05 1998 +0200
+++ b/MenuEditor.st	Thu May 28 15:19:47 1998 +0200
@@ -2549,6 +2549,7 @@
         ^ super redrawLabelAt:x y:yTop index:anIndex
     ].
     isSelected := self isInSelection:anIndex.
+    x0 := x.
 
     highlightMode == #label ifTrue:[
         x0 := x + 4.