May 7, 2010
5:20 p.m.
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