DND fits to GraphFrame
This commit is contained in:
@@ -145,6 +145,8 @@ class GraphFrame(wx.Frame):
|
||||
self.draw()
|
||||
except:
|
||||
self.SetStatusText("Invalid values")
|
||||
def AppendFitToList(self, fitID):
|
||||
print "Append fit %d" % fitID
|
||||
|
||||
class FitList(wx.Panel):
|
||||
def __init__(self, parent):
|
||||
|
||||
Reference in New Issue
Block a user