On May 7, 2010, at 7:20 PM, Hilaire Fernandes wrote:

> What is the use to call StrikeFont localeChanged.
> It is provocing an infinite loop when Locale is changed
> it comes from the StrikeFont localeChanged message
> 
> What is supposed to do StrikeFont localeChanged ?
> 
> Hilaire
> 
> 
> Locale class>>localeChanged
> #(#ParagraphEditor) do: [ :key | Smalltalk globals at: key                    
>  ifPresent: [ :class | class initialize ] ].
> StrikeFont localeChanged.
> Project localeChanged
> 


May be to load ohter fonts for chinses japanese support?

> 
> http://code.google.com/p/pharo/issues/detail?id=2391
> 
> 
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to