[chronojump] on bars, photocell_l can be seen at any selected runInterval (wichro)



commit a12da7cf00fd7278f2c3447e606d4768731fec0a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 14 17:37:11 2022 +0200

    on bars, photocell_l can be seen at any selected runInterval (wichro)

 src/gui/app1/chronojump.cs | 2 +-
 src/gui/eventExecute.cs    | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 4f874035f..93140a141 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -1901,7 +1901,7 @@ public partial class ChronoJumpWindow
                                selectedRunInterval.DistanceTotal, //TODO: take care, maybe is not this 
distance (maybe use selectedRunIntervalType)
                                selectedRunInterval.TimeLast, selectedRunInterval.IntervalTimesString,
                                selectedRunInterval.DistanceTotal, selectedRunIntervalType.DistancesString,
-                               new List<int>(), //photocell_l (only at realtime graph)
+                               selectedRunInterval.Photocell_l,
                                selectedRunInterval.Type, selectedRunInterval.Description); //Description is 
personName
        }
 
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 057d1287e..469cddf71 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -527,8 +527,7 @@ public partial class ChronoJumpWindow
                                                selectedRunInterval.DistanceTotal, //TODO: take care, maybe 
is not this distance (maybe use selectedRunIntervalType)
                                                selectedRunInterval.TimeLast, 
selectedRunInterval.IntervalTimesString,
                                                selectedRunInterval.DistanceTotal, 
selectedRunIntervalType.DistancesString,
-                                               new List<int>(), //photocell_l (only at realtime graph)
-                                               //new List<int> {2,2,3,4}, //photocell_l (only at realtime 
graph)
+                                               selectedRunInterval.Photocell_l,
                                                selectedRunInterval.Type, selectedRunInterval.Description); 
//Description is person.Name
                }
        }


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