Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1085.mcz==================== Summary ====================
Name: Morphic-mt.1085
Author: mt
Time: 18 February 2016, 4:14:13.562199 pm
UUID: f197dd99-aee9-4c5a-a52c-ecd5fdc8d34d
Ancestors: Morphic-mt.1084
Move some MVC code to ST80.
=============== Diff against Morphic-mt.1084 ===============
Item was removed:
- ----- Method: PasteUpMorph>>standardSystemController (in category 'world state') -----
- standardSystemController
- ^ScheduledControllers controllerSatisfying:
- [:c |
- c view subViews notEmpty and: [c view firstSubView model == self]]!