* src/gramps_main.py (change_active_person): Dont change to the current active person again.
* src/FamilyView.py (drag_data_received): Allow reordering of childs when they were not correctly ordered before. svn: r4725
This commit is contained in:
@@ -308,6 +308,7 @@ class SelectChild:
|
||||
self.top)
|
||||
return
|
||||
|
||||
# TODO: Add child ordered by birth day
|
||||
self.family.add_child_handle(select_child.get_handle())
|
||||
|
||||
mrel = self.mrel.get_active()
|
||||
|
||||
Reference in New Issue
Block a user