Allows users to go back to 3.1 after 3.2 Pedigree Style change

svn: r13260
This commit is contained in:
Doug Blank 2009-09-27 00:00:36 +00:00
parent 5e7f896e92
commit 2da9d7e1ab

@ -747,7 +747,8 @@ class PedigreeView(PageView.PersonNavView):
((8,26,3,1),None,None),
((8,28,3,1),None,None),
((8,30,3,1),None,None),)
elif self.tree_style == 0:
else:
#elif self.tree_style == 0:
pos_2 =(((0,0,1,3),(1,0,3),(2,1,1,1)),
((2,0,1,1),None,None),
((2,2,1,1),None,None))