Reset locale and remove resolution data from all the images (wxpython phoenix issue #1515)

This commit is contained in:
DarkPhoenix
2020-02-13 12:14:26 +03:00
parent 0f74c97fbf
commit 61a01805cc
43 changed files with 1 additions and 0 deletions

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)