Marcel Taeumel uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-mt.124.mcz==================== Summary ====================
Name: ToolBuilder-Kernel-mt.124
Author: mt
Time: 20 May 2019, 10:33:57.693766 am
UUID: 0adfbe96-f81f-8a43-aba5-c3ab5a25dac3
Ancestors: ToolBuilder-Kernel-pre.123
Remove default font from text spec:
1) Existing tool builders only pass fonts to widgets if not nil.
2) Existing widgets consider default fonts outside the tool-builder framework anyway.
Thanks to Subbu for this!
=============== Diff against ToolBuilder-Kernel-pre.123 ===============
Item was changed:
----- Method: PluggableTextSpec>>font (in category 'accessing') -----
font
+ ^ font!
- ^ font ifNil: [Preferences standardDefaultTextFont]!