[chronojump] RaceAnalyzer pos/time speed/time as lines instead of pointlines
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] RaceAnalyzer pos/time speed/time as lines instead of pointlines
- Date: Mon, 3 Jan 2022 17:16:18 +0000 (UTC)
commit c196b45df4aa1143788705eec5350773ad4b6f4a
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jan 3 18:15:58 2022 +0100
RaceAnalyzer pos/time speed/time as lines instead of pointlines
src/gui/app1/runEncoder.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index 20897df56..54c54cacb 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -2097,7 +2097,7 @@ public partial class ChronoJumpWindow
Catalog.GetString("Distance"), "m", false);
cairoGraphRaceAnalyzer_dt.DoSendingList (preferences.fontType.ToString(),
- cairoGraphRaceAnalyzerPoints_dt_l, forceRedraw,
CairoXY.PlotTypes.POINTSLINES);
+ cairoGraphRaceAnalyzerPoints_dt_l, forceRedraw, CairoXY.PlotTypes.LINES);
}
private void updateRaceAnalyzerCaptureSpeedTime(bool forceRedraw)
{
@@ -2107,7 +2107,7 @@ public partial class ChronoJumpWindow
Catalog.GetString("Speed"), "m/s", true);
cairoGraphRaceAnalyzer_st.DoSendingList (preferences.fontType.ToString(),
- cairoGraphRaceAnalyzerPoints_st_l, forceRedraw,
CairoXY.PlotTypes.POINTSLINES);
+ cairoGraphRaceAnalyzerPoints_st_l, forceRedraw, CairoXY.PlotTypes.LINES);
}
private void updateRaceAnalyzerCaptureAccelTime(bool forceRedraw)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]