[BUG]CompositeTransform>>doesNotUnderstand: #withOffset:

Takashi Yamamiya propella at yuri.sakura.ne.jp
Sun Jul 18 16:56:10 UTC 2004


Hi

I found a bug while dragging a TransformationMorph in
a TransformationMorph. It causes
CompositeTransform(Object)>>doesNotUnderstand: #withOffset:

A test code follows.

| parent child |
parent _ PasteUpMorph new openInWorld extent: 100 at 100.
parent addMorph: (child _ Morph new).
child heading: 30.
parent heading: 30.
ActiveHand grabMorph: child.
ActiveHand position: 10 at 10 + ActiveHand position.

-- 
Takashi Yamamiya <propella at yuri.sakura.ne.jp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TransformationMorphFix.cs.gz
Type: application/octet-stream
Size: 466 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040718/1848628e/TransformationMorphFix.cs.obj


More information about the Squeak-dev mailing list