[Pkg] The Treated Inbox: Morphic-ct.1685.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 10 09:43:42 UTC 2021


Marcel Taeumel uploaded a new version of Morphic to project The Treated Inbox:
http://source.squeak.org/treated/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!



More information about the Packages mailing list