7229: change active person upon a bookmark select

This commit is contained in:
Vassilii Khachaturov 2013-11-26 11:08:36 +02:00
parent 80fa9b19b8
commit 88d2a2b84c

View File

@ -912,6 +912,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)