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