[Pkg] The Trunk: Graphics-mtf.167.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 29 05:28:54 UTC 2010


Matthew Fulmer uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mtf.167.mcz

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

Name: Graphics-mtf.167
Author: mtf
Time: 29 December 2010, 12:26:33.488 am
UUID: 3c92ac5b-a54a-5943-8e85-8babdfeeff64
Ancestors: Graphics-mtf.166

bullet-proof StrikeFont>>derivativeFonts. Cherrypicked from Croquet:

Name: Graphics-bf.18
Author: bf
Time: 26 February 2007, 12:41:32 pm
UUID: 543c09fb-da52-448c-a86b-f3cadfe1a5a8
Ancestors: Graphics-bgf.17

- bullet-proof StrikeFont>>derivativeFonts to make font selection menu work again

=============== Diff against Graphics-mtf.166 ===============

Item was changed:
  ----- Method: StrikeFont>>derivativeFonts (in category 'accessing') -----
  derivativeFonts
+ 	derivativeFonts ifNil: [^#()].
  	^derivativeFonts copyWithout: nil!



More information about the Packages mailing list