The Trunk: Morphic-mt.880.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.880.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.880.mcz

==================== Summary ====================

Name: Morphic-mt.880
Author: mt
Time: 15 April 2015, 5:52:54.099 pm
UUID: c12f1530-9b7b-f345-9a71-cfcd0105a3a5
Ancestors: Morphic-mt.879

Use #asMutator in new-style balloon morph.

Thanks to Tobias for pointing this out.

=============== Diff against Morphic-mt.879 ===============

Item was changed:
  ----- Method: NewBalloonMorph>>move: (in category 'geometry') -----
  move: targetPoint
 
+ self perform: self orientation asMutator with: targetPoint.!
- self perform: (self orientation, ':') asSymbol with: targetPoint.!