7229: change active person upon a bookmark select
Reapply my fix [88d2a2] from gramps34.
This commit is contained in:
parent
de4517dbc5
commit
b1c1466a15
@ -748,6 +748,7 @@ class PedigreeView(NavigationView):
|
|||||||
if handle:
|
if handle:
|
||||||
person = self.dbstate.db.get_person_from_handle(handle)
|
person = self.dbstate.db.get_person_from_handle(handle)
|
||||||
if person:
|
if person:
|
||||||
|
self.change_active(handle)
|
||||||
self.rebuild_trees(handle)
|
self.rebuild_trees(handle)
|
||||||
else:
|
else:
|
||||||
self.rebuild_trees(None)
|
self.rebuild_trees(None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user