The Inbox: Morphic-ct.1529.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.1529.mcz

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

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

Name: Morphic-ct.1529
Author: ct
Time: 20 September 2019, 8:31:06.547726 pm
UUID: 872c2c23-b57a-e44d-b8bb-b9a43f58151e
Ancestors: Morphic-mt.1526

Utility: Morph >> #ensureFlexShell

Avoid nesting a Morph into multiple flex shells in some scenarios.

=============== Diff against Morphic-mt.1526 ===============

Item was added:
+ ----- Method: Morph>>ensureFlexShell (in category 'rotate scale and flex') -----
+ ensureFlexShell
+
+ ^ self addFlexShell!

Item was added:
+ ----- Method: TransformationMorph>>ensureFlexShell (in category 'rotate scale and flex') -----
+ ensureFlexShell
+
+ ^ self!