fix crash dealing with CREST fitting window's cache timer

This commit is contained in:
blitzmann
2017-11-25 17:31:19 -05:00
parent b3157303cd
commit 7d46d7e22d

View File

@@ -129,6 +129,7 @@ class CrestFittings(wx.Frame):
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):