[Pkg] The Trunk: ToolBuilder-Kernel-mt.124.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 20 08:33:58 UTC 2019


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]!



More information about the Packages mailing list