small error found and fixed.
svn: r17078
This commit is contained in:
parent
b742324f1f
commit
55131d9308
@ -700,7 +700,7 @@ class AncestorTree(Report):
|
|||||||
#make the tree onto the canvas
|
#make the tree onto the canvas
|
||||||
inlc_marr = self.connect.get_val("inc_marr")
|
inlc_marr = self.connect.get_val("inc_marr")
|
||||||
self.max_generations = self.connect.get_val('maxgen')
|
self.max_generations = self.connect.get_val('maxgen')
|
||||||
fillout = self.connect.get_val('fillout')
|
fillout = self.connect.get_val('fill_out')
|
||||||
tree = MakeAncestorTree(database, self.canvas, self.max_generations,
|
tree = MakeAncestorTree(database, self.canvas, self.max_generations,
|
||||||
inlc_marr, fillout)
|
inlc_marr, fillout)
|
||||||
tree.start(self.connect.get_val('pid'))
|
tree.start(self.connect.get_val('pid'))
|
||||||
|
Loading…
Reference in New Issue
Block a user