The Trunk: Morphic-ul.625.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-ul.625.mcz

commits-2
Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ul.625.mcz

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

Name: Morphic-ul.625
Author: ul
Time: 13 September 2012, 7:51:07.994 pm
UUID: 348b15eb-1a3c-6a47-9a2b-feb3fcba920c
Ancestors: Morphic-bf.624

Reuse #makeForegroundColor instead of reinventing it in ListItemWrapper >> #highlightingColor. Thanks Bert.

=============== Diff against Morphic-bf.624 ===============

Item was changed:
  ----- Method: ListItemWrapper>>highlightingColor (in category 'accessing') -----
  highlightingColor
 
+ ^Preferences menuSelectionColor makeForegroundColor!
- ^Preferences menuSelectionColor luminance > 0.5
- ifTrue: [ Color black ]
- ifFalse: [ Color white ]!