Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.822.mcz==================== Summary ====================
Name: Morphic-mt.822
Author: mt
Time: 4 April 2015, 12:58:00.349 pm
UUID: c387b3d5-2f71-704a-817e-0d8e4b59c609
Ancestors: Morphic-mt.821
...non-gradient windows do not get the #duller-Adaptation for their sub-panes...
=============== Diff against Morphic-mt.821 ===============
Item was changed:
----- Method: SystemWindow>>adoptPaneColor: (in category 'colors handling') -----
adoptPaneColor: aPaneColor
super adoptPaneColor: (self class gradientWindow
ifTrue: [aPaneColor ifNotNil: [:c | c duller]]
+ ifFalse: [aPaneColor]).!
- ifFalse: [aPaneColor ifNotNil: [:c | c duller]]).!