Skip to content

Commit

Permalink
Merge pull request #1015 from joerih/fix-locale-crash
Browse files Browse the repository at this point in the history
FIx a crash when starting pronterface due to locale settings
  • Loading branch information
kliment authored Sep 24, 2019
2 parents d3c225c + 2e246f8 commit 9a09e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions printrun/pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,5 +2393,6 @@ class PronterApp(wx.App):
def __init__(self, *args, **kwargs):
super(PronterApp, self).__init__(*args, **kwargs)
self.SetAppName("Pronterface")
self.locale = wx.Locale(wx.Locale.GetSystemLanguage())
self.mainwindow = PronterWindow(self)
self.mainwindow.Show()

0 comments on commit 9a09e2d

Please sign in to comment.