Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1112.mcz==================== Summary ====================
Name: Morphic-mt.1112
Author: mt
Time: 17 April 2016, 3:39:02.961563 pm
UUID: 02af3e51-0b5a-fc40-ab74-b7372906bad5
Ancestors: Morphic-mt.1111
Removes some ancient compatibility code for running Morphic worlds in MVC views. This feature, however, stopped working long time ago.
=============== Diff against Morphic-mt.1111 ===============
Item was changed:
----- Method: PasteUpMorph>>displayWorld (in category 'world state') -----
displayWorld
+ worldState displayWorld: self submorphs: submorphs.!
- self outermostWorldMorph privateOuterDisplayWorld
- !
Item was removed:
- ----- Method: PasteUpMorph>>privateOuterDisplayWorld (in category 'world state') -----
- privateOuterDisplayWorld
-
- worldState displayWorld: self submorphs: submorphs
- !