[Pkg] The Trunk: Morphic-ul.623.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 9 20:19:08 UTC 2012


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

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

Name: Morphic-ul.623
Author: ul
Time: 9 September 2012, 3:54:33.811 pm
UUID: e69fe3c1-863e-9446-9935-825988ba7d03
Ancestors: Morphic-cmm.622

Highlight list items based on the selection color instead of the item's preferred color to get better readability.

=============== Diff against Morphic-cmm.622 ===============

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



More information about the Packages mailing list