From 657fc3ba3cce23277234f98c3588967d4238a571 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Thu, 4 Mar 2010 12:09:47 +0000 Subject: [PATCH] Swap lines so they show the correct relationship line style svn: r14607 --- src/plugins/view/pedigreeview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/view/pedigreeview.py b/src/plugins/view/pedigreeview.py index bafb1b14c..5148369d1 100644 --- a/src/plugins/view/pedigreeview.py +++ b/src/plugins/view/pedigreeview.py @@ -1140,8 +1140,8 @@ class PedigreeView(NavigationView): mrela = lst[i-1][1] line = LineWidget(lst[((i+1)/2)-1][4], - last_pbw, mrela, - pbw, frela, + last_pbw, frela, + pbw, mrela, self.tree_direction) if lst[i] and lst[i][2]: