[chronojump/FS-TFT-Menu] on bars, photocell_l can be seen at any selected runInterval (wichro)
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-TFT-Menu] on bars, photocell_l can be seen at any selected runInterval (wichro)
- Date: Wed, 27 Apr 2022 17:18:01 +0000 (UTC)
commit a816238742bbb5d5a7ebed89672ca15e16d98260
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]