DND fits to GraphFrame

This commit is contained in:
HomeWorld
2010-11-11 18:25:43 +02:00
parent 031708d9e6
commit 496e91a697
2 changed files with 15 additions and 0 deletions

View File

@@ -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):