The Trunk: ST80-dtl.61.mcz

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

The Trunk: ST80-dtl.61.mcz

commits-2
David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.61.mcz

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

Name: ST80-dtl.61
Author: dtl
Time: 31 October 2009, 4:06:56 am
UUID: 9b865334-94c9-49ca-80cb-48ece4c9b55c
Ancestors: ST80-ar.60

Add #defaultBackgroundColor (moved from Project to MVCProject)

=============== Diff against ST80-ar.60 ===============

Item was added:
+ ----- Method: MVCProject>>defaultBackgroundColor (in category 'initialize') -----
+ defaultBackgroundColor
+ ^ Color r: 1.0 g: 1.0 b: 0.065!