Revert to wxpython 4.0.6 once again (see issue 2136)

This commit is contained in:
DarkPhoenix
2020-02-13 16:57:23 +03:00
parent 7c88fa477f
commit f50293cf77
3 changed files with 4 additions and 3 deletions

View File

@@ -140,7 +140,6 @@ 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)