This commit is contained in:
blitzmann
2017-11-21 23:04:51 -05:00
parent 6c8b143936
commit d4df989427
4 changed files with 11 additions and 11 deletions

View File

@@ -170,8 +170,8 @@ class GraphFrame(wx.Frame):
self.AppendFitToList(fitID)
def close(self, event):
self.fitList.fitList.Unbind(wx.EVT_LEFT_DCLICK, handler=self.removeItem)
print(self.mainFrame.Unbind(GE.FIT_CHANGED, handler=self.draw))
self.fitList.fitList.Unbind(wx.EVT_LEFT_DCLICK)
self.mainFrame.Unbind(GE.FIT_CHANGED)
event.Skip()
def getView(self):