Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph
svn: r12488
This commit is contained in:
parent
3a2e4b44a6
commit
d3b2a2ab27
@ -285,9 +285,6 @@ class RelGraphReport(Report):
|
|||||||
self.arrowheadstyle,
|
self.arrowheadstyle,
|
||||||
self.arrowtailstyle )
|
self.arrowtailstyle )
|
||||||
self.doc.end_subgraph()
|
self.doc.end_subgraph()
|
||||||
# Link this person to all his/her families.
|
|
||||||
#self.doc.add_link( fam_id, p_id, "",
|
|
||||||
# self.arrowheadstyle, self.arrowtailstyle )
|
|
||||||
|
|
||||||
def get_gender_style(self, person):
|
def get_gender_style(self, person):
|
||||||
"return gender specific person style"
|
"return gender specific person style"
|
||||||
|
Loading…
Reference in New Issue
Block a user