[chronojump/FS-TFT-Menu] Fixed bars order on Run Interval since recent commits



commit 5d866d3bcb24ba4e3b8d82bc86a4458ec2b78f86
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Apr 20 11:05:46 2022 +0200

    Fixed bars order on Run Interval since recent commits

 src/gui/usefulObjects.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/usefulObjects.cs b/src/gui/usefulObjects.cs
index ebb376aa7..2ddaa0103 100644
--- a/src/gui/usefulObjects.cs
+++ b/src/gui/usefulObjects.cs
@@ -332,7 +332,7 @@ public class PrepareEventGraphRunInterval
                        personIDTemp = -1;
 
                runsAtSQL = SqliteRunInterval.SelectRuns (true, sessionID, personIDTemp, type,
-                               Sqlite.Orders_by.ID_DESC, limit, allPersons);   //show names on comments only 
if "all persons"
+                               Sqlite.Orders_by.ID_ASC, limit, allPersons);    //show names on comments only 
if "all persons"
 
                string sqlSelect = "distanceTotal/timeTotal";
                string table = Constants.RunIntervalTable;


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