[Pharo-project] infinite loop when Locale changed
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 http://code.google.com/p/pharo/issues/detail?id=2391
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Hilaire Fernandes -
Stéphane Ducasse