Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1665.mcz==================== Summary ====================
Name: Morphic-ct.1665
Author: ct
Time: 6 June 2020, 1:58:49.792989 pm
UUID: 119ffbde-d965-cb41-b945-9d5c40b60d66
Ancestors: Morphic-cbc.1664
Use #scaleIconToDisplay in IndentingListItemMorph analogously to LazyListMorph
For examples, this ensures that icons in the ObjectExplorer are resized correclty.
=============== Diff against Morphic-cbc.1664 ===============
Item was changed:
----- Method: IndentingListItemMorph>>getIcon (in category 'model access') -----
getIcon
+ ^ complexContents icon ifNotNil: [:form | form scaleIconToDisplay]!
- ^ complexContents icon!