MenuEditor.st
changeset 1067 08d5c0a01e56
parent 1062 15184a3a00e1
child 1069 7196ca547f5d
--- a/MenuEditor.st	Fri Mar 19 21:05:54 1999 +0100
+++ b/MenuEditor.st	Fri Mar 19 21:57:48 1999 +0100
@@ -3044,7 +3044,7 @@
 redrawLabelAt:x y:yTop index:anIndex
     "draw text label assigned to a node at x y( center)"
 
-    |isSelected y0 x0 x1 maxX w label type item|
+    |isSelected y0 x0 x1 w type item|
 
     item := (listOfNodes at:anIndex) contents.
     type := item separatorType.