Fix change active person
svn: r614
This commit is contained in:
parent
7d3f6cc336
commit
bdcb8bfad7
@ -137,6 +137,7 @@ class PedigreeView:
|
|||||||
ypts[mindex], h, w, p[0], style, p[1])
|
ypts[mindex], h, w, p[0], style, p[1])
|
||||||
p = list[i]
|
p = list[i]
|
||||||
self.add_box(xpts[i],ypts[i],w,h,p[0],style)
|
self.add_box(xpts[i],ypts[i],w,h,p[0],style)
|
||||||
|
self.change_active_person(person)
|
||||||
|
|
||||||
def make_arrow_button(self,direction,function):
|
def make_arrow_button(self,direction,function):
|
||||||
"""Make a button containing an arrow with the attached callback"""
|
"""Make a button containing an arrow with the attached callback"""
|
||||||
|
Loading…
Reference in New Issue
Block a user