[chronojump] Fixed not showing persons when one is deleted



commit 0cd8b37f4ab424ad265e31903fcb62d9528a8a60
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 29 17:03:29 2019 +0100

    Fixed not showing persons when one is deleted

 src/gui/chronojump.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index b79ea6b8..0b6659c1 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2874,7 +2874,7 @@ public partial class ChronoJumpWindow
                SqlitePersonSession.DeletePersonFromSessionAndTests(
                                currentSession.UniqueID.ToString(), currentPerson.UniqueID.ToString());
                
-               resetAllTreeViews(false, true, false); //fill, resetPersons, fillPersons
+               resetAllTreeViews(false, true, true); //fill, resetPersons, fillPersons
                bool foundPersons = selectRowTreeView_persons(treeview_persons, 0);
                        
                if(createdStatsWin) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]