MenuEditor.st
changeset 1685 85559494e8aa
parent 1679 876e76ae2997
child 1690 7428f8744d87
equal deleted inserted replaced
1684:34b35b8ae80f 1685:85559494e8aa
  1983         obj
  1983         obj
  1984     ].
  1984     ].
  1985 !
  1985 !
  1986 
  1986 
  1987 dropOver:aContext
  1987 dropOver:aContext
  1988     "called during drag & drop over the widget
  1988     "called during drag & drop while moving over the widget."
  1989      compute new drop target source
  1989 
  1990     "
       
  1991     |lnNr item|
  1990     |lnNr item|
  1992 
  1991 
  1993     dropOverLine ifNil:[^ self ].       "/ context not valid to me ...
  1992     dropOverLine ifNil:[^ self ].       "/ context not valid to me ...
  1994 
  1993 
  1995     lnNr := listOfItemsView yVisibleToLineNr:(aContext targetPoint y).
  1994     lnNr := listOfItemsView yVisibleToLineNr:(aContext targetPoint y).