The Trunk: Morphic-mt.1097.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.1097.mcz

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

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

Name: Morphic-mt.1097
Author: mt
Time: 1 April 2016, 11:06:38.274613 am
UUID: 22624019-6120-4c7e-aaad-447959a929dc
Ancestors: Morphic-mt.1096

Restores the possiblitiy for each morph to have its own balloon color in new-style balloon morphs.

=============== Diff against Morphic-mt.1096 ===============

Item was changed:
  ----- Method: NewBalloonMorph class>>string:for:corner: (in category 'instance creation') -----
  string: message for: morph corner: symbol
 
  ^ self new
+ color: morph balloonColor;
  balloonOwner: morph;
  setText: message;
  orientation: symbol;
  yourself!