diff -r 5b7dfe33b497 -r ef937b65a7f6 UIPainterView.st --- a/UIPainterView.st Mon Aug 11 14:07:53 1997 +0200 +++ b/UIPainterView.st Mon Aug 11 16:42:30 1997 +0200 @@ -355,8 +355,6 @@ drop:anObjectOrCollection at:aPoint |spec newSel oldSel dragOffset| -Transcript showCR:aPoint. - (oldSel := selection) isCollection ifTrue:[ oldSel := selection copy ]. @@ -367,7 +365,7 @@ oldSel isNil ifTrue:[self select:newSel] ifFalse:[self select:oldSel] - "Modified: 11.8.1997 / 01:07:09 / cg" + "Modified: 11.8.1997 / 16:41:52 / cg" ! ! !UIPainterView methodsFor:'generating output'!