[Pkg] The Trunk: Morphic-mt.822.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 4 10:58:34 UTC 2015


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]]).!



More information about the Packages mailing list