Fix change active person

svn: r614
This commit is contained in:
Don Allingham 2001-12-13 21:37:26 +00:00
parent 7d3f6cc336
commit bdcb8bfad7

View File

@ -137,6 +137,7 @@ class PedigreeView:
ypts[mindex], h, w, p[0], style, p[1])
p = list[i]
self.add_box(xpts[i],ypts[i],w,h,p[0],style)
self.change_active_person(person)
def make_arrow_button(self,direction,function):
"""Make a button containing an arrow with the attached callback"""