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