diff -r 34b35b8ae80f -r 85559494e8aa MenuEditor.st --- a/MenuEditor.st Fri Feb 21 18:17:22 2003 +0100 +++ b/MenuEditor.st Wed Feb 26 14:44:26 2003 +0100 @@ -1985,9 +1985,8 @@ ! dropOver:aContext - "called during drag & drop over the widget - compute new drop target source - " + "called during drag & drop while moving over the widget." + |lnNr item| dropOverLine ifNil:[^ self ]. "/ context not valid to me ...