The Trunk: Morphic-dtl.1359.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-dtl.1359.mcz

commits-2
David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.1359.mcz

==================== Summary ====================

Name: Morphic-dtl.1359
Author: dtl
Time: 11 November 2017, 3:55:27.800992 pm
UUID: e50e4090-12f4-4551-b700-1e5bcf30e5ff
Ancestors: Morphic-dtl.1358

Fix missing super return in makeThumbnail, needed for ProjectSorterMorph new openInWorld

=============== Diff against Morphic-dtl.1358 ===============

Item was changed:
  ----- Method: MorphicProject>>makeThumbnail (in category 'menu messages') -----
  makeThumbnail
  "Make a thumbnail image of this project from the Display."
  world displayWorldSafely. "clean pending damage"
+ ^super makeThumbnail.!
- super makeThumbnail.!