nvda
d9ccf26a - Patch wx overriding the correct python locale (#12214)

Commit
4 years ago
Patch wx overriding the correct python locale (#12214) The thread executing this did not have the correct locale set by NVDA through languageHandler.setLanguage. This is due to the latest wxPython incorrectly overriding the locale with one not supported by python. The Windows/System language option should also call locale.setlocale in setLanguage and the locale needs to be reset after wx changes it.
Author
Parents
Loading