Skip to content

Commit

Permalink
Try resetting locale on wx 4.0.6 as an attempt to work around #2174
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Apr 24, 2020
1 parent 8eed6fb commit ea07bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfa.py
Expand Up @@ -140,6 +140,7 @@ def _process_args(self, largs, rargs, values):
options.title = "pyfa %s - Python Fitting Assistant" % (config.getVersion())

pyfa = wx.App(False)
pyfa.ResetLocale()
mf = MainFrame(options.title)
ErrorHandler.SetParent(mf)

Expand Down

0 comments on commit ea07bbf

Please sign in to comment.