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

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

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

Name: Morphic-mt.861
Author: mt
Time: 11 April 2015, 5:07:58.421 pm
UUID: e3d025d6-6ffb-d546-a931-2851f41d2a87
Ancestors: Morphic-mt.860

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

=============== Diff against Morphic-mt.860 ===============

Item was changed:
  ----- Method: MorphicProject>>defaultBackgroundColor (in category 'initialize') -----
  defaultBackgroundColor
+ ^ Preferences uniformWindowColor!
- ^ Preferences defaultWorldColor!