Testing some stuff out

This commit is contained in:
blitzmann
2017-11-18 19:01:05 -05:00
parent 0d8904d59f
commit a52b9e58e9
5 changed files with 78 additions and 1 deletions

View File

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