* src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc()

after self.standalone is defined.


svn: r2122
This commit is contained in:
Alex Roitman 2003-09-13 17:16:19 +00:00
parent ce13ddf5be
commit 9c868b08b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-13 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/AncestorChart.py (AncestorChart.__init__): Call calc()
after self.standalone is defined.
2003-09-12 Don Allingham <dallingham@users.sourceforge.net>
* src/BaseDoc.py: add init function to BaseDoc to be called after
all graphics formats are defined

View File

@ -80,12 +80,12 @@ class AncestorChart:
self.lines = 0
self.display = display
self.newpage = newpage
self.calc()
if output:
self.standalone = 1
self.doc.open(output)
else:
self.standalone = 0
self.calc()
def filter(self,person,index):
"""traverse the ancestors recursively until either the end