Testing some stuff out
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user