Skip to content

Commit

Permalink
fix crash dealing with CREST fitting window's cache timer
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Nov 25, 2017
1 parent b315730 commit 7d46d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/crestFittings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def ssoLogout(self, event):
def OnClose(self, event):
self.mainFrame.Unbind(GE.EVT_SSO_LOGOUT)
self.mainFrame.Unbind(GE.EVT_SSO_LOGIN)
self.cacheTimer.Stop() # must be manually stopped, otherwise crash. See https://github.com/wxWidgets/Phoenix/issues/632
event.Skip()

def getActiveCharacter(self):
Expand Down

0 comments on commit 7d46d7e

Please sign in to comment.