*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 19 Mar 1999 21:57:48 +0100
changeset 1067 08d5c0a01e56
parent 1066 5096f66ba82d
child 1068 dcb2cba5787f
*** empty log message ***
MenuEditor.st
--- 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.