[squeak-dev] The Trunk: System-mt.1316.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 2 08:44:52 UTC 2022


Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1316.mcz

==================== Summary ====================

Name: System-mt.1316
Author: mt
Time: 2 March 2022, 9:44:47.386783 am
UUID: c1dc4939-f264-4c42-9022-1efe9da28147
Ancestors: System-mt.1315

Complements Morphic-mt.1918.

=============== Diff against System-mt.1315 ===============

Item was changed:
  ----- Method: UserInterfaceTheme class>>makeAllTTCBased (in category 'tools') -----
  makeAllTTCBased
  	"Converts all known themes to only use TrueType fonts. Use #cleanUpAndReset if you want to undo this later."
  
+ 	(self allThemes allSatisfy: [:uit | uit isTTCBased])
+ 		ifTrue: [^ self].
+ 
  	self resetAfter: [
  		self allThemes copy do: [:uit | uit isGenuine ifFalse: [uit unregister]].
  		self allThemes do: [:uit | uit makeTTCBased]].!



More information about the Squeak-dev mailing list