Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1714.mcz==================== Summary ====================
Name: Morphic-mt.1714
Author: mt
Time: 11 January 2021, 5:39:09.729446 pm
UUID: e843c65c-8522-4544-84e8-4d21a8ca197e
Ancestors: Morphic-mt.1713
Minor fix in dialog to not hide the world's docking bar.
=============== Diff against Morphic-mt.1713 ===============
Item was changed:
----- Method: DialogWindow>>moveToPreferredPosition (in category 'initialization') -----
moveToPreferredPosition
self center:
(preferredPosition isPoint
ifTrue: [ preferredPosition ]
ifFalse: [ self center + self currentHand position - preferredPosition center ]).
+ self bounds: (self bounds translatedToBeWithin: self currentWorld visibleClearArea)!
- self bounds: (self bounds translatedToBeWithin: self currentWorld bounds)!