[chronojump] Fixed last commit



commit ae1f75fb5be529fe0166267153f835a7a6c705ff
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu May 6 18:43:20 2021 +0200

    Fixed 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 9d7bf8aa..91919f32 100644
--- a/src/gui/cairo/raceAnalyzer.cs
+++ b/src/gui/cairo/raceAnalyzer.cs
@@ -104,7 +104,7 @@ public class CairoGraphRaceAnalyzer : CairoXY
                                (maxValuesChanged || forceRedraw || points_list.Count != points_list_painted) 
)
                {
 
-                       plotRealPoints(plotTypes.POINTLINES, points_list, points_list_painted);
+                       plotRealPoints(plotTypes.POINTSLINES, points_list, points_list_painted);
                        points_list_painted = points_list.Count;
                }
 


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