Fix for #1260 - need to unbind event handling from frame when closed (#1296)

This commit is contained in:
Ryan Holmes
2017-09-23 19:15:03 -04:00
committed by GitHub
parent 81fce93186
commit 4484b68a3a

View File

@@ -254,6 +254,8 @@ class ExportToEve(wx.Frame):
def OnClose(self, event):
self.mainFrame.Unbind(GE.EVT_SSO_LOGOUT, handler=self.ssoLogout)
self.mainFrame.Unbind(GE.EVT_SSO_LOGIN, handler=self.ssoLogin)
event.Skip()
def getActiveCharacter(self):