fire-eggs / FamilyLines

A free, open-source genealogy application to track, organize, and share your family history.
12 stars 1 forks source link

Count in "Family Data" is Off-By-One #16

Open fire-eggs opened 7 years ago

fire-eggs commented 7 years ago

CodeFuglee[CodePlex]
When using the filter in the quotFamily Dataquot view, the count is off-by-one.

In the first attach, the count for quot2/1/1928quot says '3', but in the birthday view (second attach) the count is obviously quot2quot.

fire-eggs commented 7 years ago

CodeFuglee[CodePlex]
Comment added by notonyournelly

This may be a .NET 4.0 vs .NET 3.5 difference. I can't see any change in FamilyData.xaml to explain this behavior. Family.Show V4.0 (.NET 3.5) is not off-by-one) and does NOT have an extra row in the ListView.