a new entered person will become active in the person list
svn: r417
This commit is contained in:
parent
e6556a4608
commit
0770e56d95
@ -1466,7 +1466,9 @@ def on_edit_father_clicked(obj):
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
def load_new_person(obj):
|
def load_new_person(obj):
|
||||||
EditPerson.EditPerson(Person(),database,new_after_edit)
|
global active_person
|
||||||
|
active_person = Person()
|
||||||
|
EditPerson.EditPerson(active_person,database,new_after_edit)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user