The Trunk: Morphic-pre.1553.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-pre.1553.mcz

commits-2
Patrick Rein uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-pre.1553.mcz

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

Name: Morphic-pre.1553
Author: pre
Time: 2 October 2019, 3:22:00.023738 pm
UUID: 4a5a6803-e5f0-f64b-918e-f3ba0dad92cb
Ancestors: Morphic-ul.1552

Migrates NewBalloonMorph>>#move to #asSimpleSetter

=============== Diff against Morphic-ul.1552 ===============

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