fix a bug when merging unrelated trees

This commit is contained in:
vrd
2024-06-18 12:36:21 +03:00
parent 4d61963dae
commit c96bbdbecf
5 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ private:
// 0 is the first person in the tree
person_id focused_ = 0; /* the tree was draw based on this person */
person_id selected_ = 0;
person_id selected_;
U8 zoom_ = 0;
// todo: figure out what to do with these constants