[chronojump] Fix to last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fix to last commit
- Date: Mon, 9 May 2022 16:03:24 +0000 (UTC)
commit b16887256ac2411acb3da8891f0ce71ffb2295e2
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon May 9 18:03:15 2022 +0200
Fix to last commit
src/gui/cairo/raceAnalyzer.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/raceAnalyzer.cs b/src/gui/cairo/raceAnalyzer.cs
index f3122a71a..235545cb9 100644
--- a/src/gui/cairo/raceAnalyzer.cs
+++ b/src/gui/cairo/raceAnalyzer.cs
@@ -177,7 +177,7 @@ public class CairoGraphRaceAnalyzer : CairoXY
g.LineTo (calculatePaintX (points_list[points_list.Count
-1].X), calculatePaintYProportion (powerPropAt0));
g.Stroke ();
printText(calculatePaintX (points_list[points_list.Count
-1].X), calculatePaintYProportion (powerPropAt0),
- 0, textHeight-3, " 0 " + powerstr, g,
alignTypes.LEFT);
+ 0, textHeight-3, " 0 " + powerStr, g,
alignTypes.LEFT);
for(int i = 0 ; i < segmentCalcs.Count ; i ++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]