Try resetting locale on wx 4.0.6 as an attempt to work around #2174

This commit is contained in:
DarkPhoenix
2020-04-24 11:37:27 +03:00
parent 8eed6fbe21
commit ea07bbf4f9

View File

@@ -140,6 +140,7 @@ if __name__ == "__main__":
options.title = "pyfa %s - Python Fitting Assistant" % (config.getVersion())
pyfa = wx.App(False)
pyfa.ResetLocale()
mf = MainFrame(options.title)
ErrorHandler.SetParent(mf)