Merge branch 'py3' of https://github.com/pyfa-org/Pyfa into test-3
This commit is contained in:
@@ -170,8 +170,8 @@ class GraphFrame(wx.Frame):
|
||||
self.AppendFitToList(fitID)
|
||||
|
||||
def close(self, event):
|
||||
self.fitList.fitList.Unbind(wx.EVT_LEFT_DCLICK)
|
||||
self.mainFrame.Unbind(GE.FIT_CHANGED)
|
||||
self.fitList.fitList.Unbind(wx.EVT_LEFT_DCLICK, handler=self.removeItem)
|
||||
self.mainFrame.Unbind(GE.FIT_CHANGED, handler=self.draw)
|
||||
event.Skip()
|
||||
|
||||
def getView(self):
|
||||
|
||||
Reference in New Issue
Block a user