The Trunk: Graphics-mt.381.mcz

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

The Trunk: Graphics-mt.381.mcz

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

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

Name: Graphics-mt.381
Author: mt
Time: 1 July 2017, 2:54:56.165352 pm
UUID: e6886e0c-9704-2045-9724-eb6fd1d269ca
Ancestors: Graphics-eem.380

Quick fix for preferring default/old color names over the crayon ones. We may want to rethink the lookup procedure in Color >> #name.

=============== Diff against Graphics-eem.380 ===============

Item was changed:
  ----- Method: Color class>>colorNames (in category 'other') -----
  colorNames
  "Return a collection of color names."
 
+ ^ ColorNames asArray, self orderedCrayonColorNames!
- ^ ColorNames, self orderedCrayonColorNames!