* src/FamilyView.py (FamilyView.new_child_after_edit):
call display_marriage instead of load_family. Prevents the active person from being changed. svn: r2493
This commit is contained in:
parent
0e61e5519a
commit
69b4f327a9
@ -642,7 +642,7 @@ class FamilyView:
|
|||||||
|
|
||||||
self.family.addChild(epo.person)
|
self.family.addChild(epo.person)
|
||||||
epo.person.addAltFamily(self.family,"Birth","Birth")
|
epo.person.addAltFamily(self.family,"Birth","Birth")
|
||||||
self.load_family(self.family)
|
self.display_marriage(self.family)
|
||||||
|
|
||||||
def select_child_clicked(self,obj):
|
def select_child_clicked(self,obj):
|
||||||
if not self.person:
|
if not self.person:
|
||||||
|
Loading…
Reference in New Issue
Block a user