Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1727.mcz==================== Summary ====================
Name: Morphic-mt.1727
Author: mt
Time: 26 February 2021, 4:11:09.467077 pm
UUID: abe6e8cd-15b2-204c-bd96-9f85ade5304c
Ancestors: Morphic-mt.1726
Minor tweak in the conversion script for flaps.
=============== Diff against Morphic-mt.1726 ===============
Item was changed:
+ (PackageInfo named: 'Morphic') postscript: 'PasteUpMorph allSubInstancesDo: [:m | m isFlap ifTrue: [m morphicLayerNumber: Morph navigatorLayer]].
- (PackageInfo named: 'Morphic') postscript: 'PasteUpMorph allInstances do: [:m | m isFlap ifTrue: [m morphicLayerNumber: Morph navigatorLayer]].
TheWorldMainDockingBar updateInstances.
SystemProgressMorph reset.
self currentWorld reorderSubmorphsInLayers.'!