[squeak-dev] The Inbox: Morphic-ct.1685.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 17 15:37:01 UTC 2020


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!



More information about the Squeak-dev mailing list