The Inbox: Morphic-ct.1685.mcz

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

The Inbox: Morphic-ct.1685.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1685.mcz

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

Name: Morphic-ct.1685
Author: ct
Time: 17 September 2020, 5:36:40.852813 pm
UUID: b3443fef-7b83-134b-95b6-fdd7f6c504b4
Ancestors: Morphic-mt.1683

Complements Morphic-ct.1682.

=============== Diff against Morphic-mt.1683 ===============

Item was changed:
  ----- Method: Morph>>collapse (in category 'menus') -----
  collapse
+
+ ^ CollapsedMorph new beReplacementFor: self!
- CollapsedMorph new beReplacementFor: self!

Item was added:
+ ----- Method: Morph>>collapseInPlace (in category 'menus') -----
+ collapseInPlace
+
+ ^ CollapsedMorph createReplacementFor: self!