Etoys: Multilingual-kfr.17.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Multilingual-kfr.17.mcz

commits-2
Karl Ramberg uploaded a new version of Multilingual to project Etoys:
http://source.squeak.org/etoys/Multilingual-kfr.17.mcz

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

Name: Multilingual-kfr.17
Author: kfr
Time: 16 May 2011, 11:52:04 pm
UUID: a1061c50-4c27-a84a-8fd2-67558251b2e3
Ancestors: Multilingual-kks.16

Possible infinite loop in FixedFaceFont

=============== Diff against Multilingual-kks.16 ===============

Item was changed:
  ----- Method: FixedFaceFont>>fontSize: (in category 'accessing') -----
  fontSize: aNumber
+ |font|
+ font := (StrikeFont familyName: baseFont familyName size: aNumber) shallowCopy.
+ font fallbackFont: nil.
+ self baseFont: font!
- self baseFont: (StrikeFont familyName: baseFont familyName size: aNumber) copy!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev