Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1625.mcz==================== Summary ====================
Name: Morphic-ct.1625
Author: ct
Time: 10 February 2020, 11:31:11.851089 am
UUID: 1b3882f1-357d-874e-8b25-089079f41819
Ancestors: Morphic-cmm.1618
Refines SystemWindow >> applyUserInterfaceTheme: Don't forget to replace the boxes. Otherwise, they will have the wrong size after a #changeFontSize:.
=============== Diff against Morphic-cmm.1618 ===============
Item was changed:
----- Method: SystemWindow>>applyUserInterfaceTheme (in category 'user interface') -----
applyUserInterfaceTheme
super applyUserInterfaceTheme.
self
+ replaceBoxes;
setDefaultParameters;
refreshWindowColor.
self isLookingFocused
ifTrue: [self lookUnfocused; lookFocused]
ifFalse: [self lookFocused; lookUnfocused].
self isCollapsed ifTrue: [self setProperty: #applyTheme toValue: true].!