Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1190.mcz==================== Summary ====================
Name: Morphic-mt.1190
Author: mt
Time: 13 July 2016, 11:52:56.625252 am
UUID: 9858df29-ea18-0b49-bd51-4d23707bf2f7
Ancestors: Morphic-eem.1189
Propagate the current project background for new projects created from within the current one.
=============== Diff against Morphic-eem.1189 ===============
Item was changed:
----- Method: MorphicProject>>initialize (in category 'initialize') -----
initialize
"Initialize a new Morphic Project"
super initialize.
world := PasteUpMorph newWorldForProject: self.
+ world fillStyle: (Project current isMorphic ifTrue: [Project current world fillStyle] ifFalse: [self class defaultFill]).
- world color: self class defaultFill.
Locale switchToID: CurrentProject localeID.
Preferences useVectorVocabulary ifTrue: [world installVectorVocabulary]!