Swap lines so they show the correct relationship line style
svn: r14607
This commit is contained in:
parent
71b2e58776
commit
657fc3ba3c
@ -1140,8 +1140,8 @@ class PedigreeView(NavigationView):
|
|||||||
mrela = lst[i-1][1]
|
mrela = lst[i-1][1]
|
||||||
|
|
||||||
line = LineWidget(lst[((i+1)/2)-1][4],
|
line = LineWidget(lst[((i+1)/2)-1][4],
|
||||||
last_pbw, mrela,
|
last_pbw, frela,
|
||||||
pbw, frela,
|
pbw, mrela,
|
||||||
self.tree_direction)
|
self.tree_direction)
|
||||||
|
|
||||||
if lst[i] and lst[i][2]:
|
if lst[i] and lst[i][2]:
|
||||||
|
Loading…
Reference in New Issue
Block a user