[chronojump] Fixed forceSensor load with interpolated path since last commits



commit 6152b928cb715bcc8291f1b30e377a90831ef020
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 14 12:03:01 2021 +0200

    Fixed forceSensor load with interpolated path since last commits

 src/gui/app1/forceSensor.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/forceSensor.cs b/src/gui/app1/forceSensor.cs
index 5b62af69..234a861c 100644
--- a/src/gui/app1/forceSensor.cs
+++ b/src/gui/app1/forceSensor.cs
@@ -2471,7 +2471,8 @@ LogB.Information(" fs R ");
                        List<Gdk.Point> paintPointsInterpolate = new List<Gdk.Point>();
                        //paintPointsInterpolate = new List<Gdk.Point>();
                        do {
-                               for(int interY = paintPointsInterpolate.Count;
+                               for(int interY = 0;
+                               //for(int interY = paintPointsInterpolate.Count;
                                //for(int interY = scrollStarted;
                                                interY < interpolate_l.Count && timeCount < 
fscPoints.GetLastTime();
                                                interY ++)


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