Try resetting locale on wx 4.0.6 as an attempt to work around #2174
This commit is contained in:
1
pyfa.py
1
pyfa.py
@@ -140,6 +140,7 @@ if __name__ == "__main__":
|
|||||||
options.title = "pyfa %s - Python Fitting Assistant" % (config.getVersion())
|
options.title = "pyfa %s - Python Fitting Assistant" % (config.getVersion())
|
||||||
|
|
||||||
pyfa = wx.App(False)
|
pyfa = wx.App(False)
|
||||||
|
pyfa.ResetLocale()
|
||||||
mf = MainFrame(options.title)
|
mf = MainFrame(options.title)
|
||||||
ErrorHandler.SetParent(mf)
|
ErrorHandler.SetParent(mf)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user