diff -r ecb59576e1e6 -r 0332a41de5c5 UIPainterView.st --- a/UIPainterView.st Thu Mar 18 16:30:33 1999 +0100 +++ b/UIPainterView.st Fri Mar 19 08:25:25 1999 +0100 @@ -466,11 +466,13 @@ ] ]. spec := (anObjectOrCollection at:1) theObject. - dragOffset := DragAndDropManager dragOffsetQuerySignal raise. + dragOffset := DragAndDropManager dragOffsetQuerySignal query. newSel := self pasteSpecifications:spec keepLayout:false at:aPoint - dragOffset. oldSel isNil ifTrue:[self select:newSel] ifFalse:[self select:oldSel] + + "Modified: / 18.3.1999 / 18:29:43 / stefan" ! ! !UIPainterView methodsFor:'event handling'!