On Fri, Feb 29, 2008 at 2:52 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> Can you describe how you are changing the locale? It could be that Qt
> is reverting it to your system value every time a new figure window is
> created. Maybe you could set it somehow "deeper", like in an
> envir
Can you describe how you are changing the locale? It could be that Qt
is reverting it to your system value every time a new figure window is
created. Maybe you could set it somehow "deeper", like in an
environment variable.
Cheers,
Mike
Stephane Raynaud wrote:
> Hi,
>
> when I set the local
Hi,
when I set the locale to a value (let's say 'en_US.UTF-8' different
from my that of environement ('fr_FR'), it is automatically switched
back to 'fr_FR.UTF-8' after the first figure is created when the
backend is dervied from Qt (no problem with Agg only).
Any idea how to prevent from that?