* src/PedView.py: force an update of the cached person

* src/gramps_main.py: force an update of the cached person
objects; thxumbnails are always png images


svn: r5157
This commit is contained in:
Don Allingham
2005-08-31 18:50:35 +00:00
parent 36f75e5bdf
commit 8ceaac3136
3 changed files with 13 additions and 5 deletions

View File

@@ -1224,7 +1224,8 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
if page == PERSON_VIEW:
self.people_view.apply_filter()
elif page == PEDIGREE_VIEW:
self.pedigree_view.load_canvas(self.active_person)
person = self.db.get_person_from_handle(self.active_person.handle)
self.pedigree_view.load_canvas(person)
def on_tools_clicked(self,obj):
if self.active_person: