Chris Muller uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-cmm.169.mcz==================== Summary ====================
Name: MorphicExtras-cmm.169
Author: cmm
Time: 25 February 2016, 11:03:25.153465 am
UUID: ac057a2a-213a-42f4-9000-e9cf9513d112
Ancestors: MorphicExtras-kfr.168
Don't DNU when searching Object catalog.
=============== Diff against MorphicExtras-kfr.168 ===============
Item was changed:
----- Method: TwoWayScrollPane>>colorForInsets (in category 'accessing') -----
colorForInsets
"My submorphs use the surrounding color"
+ owner notNil and:
+ [ owner color isColor ifTrue: [ ^ owner color ] ].
-
- owner color isColor ifTrue:[^ owner color].
^ Color white!