Swap lines so they show the correct relationship line style

svn: r14607
This commit is contained in:
Nick Hall 2010-03-04 12:09:47 +00:00
parent 71b2e58776
commit 657fc3ba3c

View File

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