The Trunk: ST80-mt.178.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-mt.178.mcz

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

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

Name: ST80-mt.178
Author: mt
Time: 11 April 2015, 5:06:52.616 pm
UUID: 5b5ddb55-986d-c042-8c6b-4561bff32ae0
Ancestors: ST80-mt.177

Changed window color for MVC projects in morphic to white to compensate the removal of a former system-window hack.

=============== Diff against ST80-mt.177 ===============

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