Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.896.mcz==================== Summary ====================
Name: Morphic-kfr.896
Author: kfr
Time: 18 April 2015, 9:17:24.71 pm
UUID: c29a78b1-ddea-4743-af80-4529b72d402f
Ancestors: Morphic-mt.895
missing method
=============== Diff against Morphic-mt.895 ===============
Item was added:
+ ----- Method: LazyListMorph class>>listPreSelectionColor: (in category 'preferences') -----
+ listPreSelectionColor: aColor
+
+ ListPreSelectionColor := aColor.
+ World invalidRect: World bounds from: World.!