[squeak-dev] The Trunk: Morphic-spd.469.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 21 21:51:49 UTC 2011


Chris Muller uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-spd.469.mcz

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

Name: Morphic-spd.469
Author: spd
Time: 1 October 2010, 2:20:39.508 pm
UUID: a68c21fa-d7d3-46da-82ea-53077512621a
Ancestors: Morphic-laza.468

LineMorph class>>from:to:color:width: changed to return a LineMorph

=============== Diff against Morphic-laza.468 ===============

Item was changed:
  ----- Method: LineMorph class>>from:to:color:width: (in category 'instance creation') -----
  from: startPoint to: endPoint color: lineColor width: lineWidth
  
+ 	^ self vertices: {startPoint. endPoint}
- 	^ PolygonMorph vertices: {startPoint. endPoint}
  			color: Color black borderWidth: lineWidth borderColor: lineColor!




More information about the Squeak-dev mailing list