[chronojump] minor change



commit 149b461ad68ffe12a3cdd21cfe7d2e5b56f9518b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue May 25 12:29:01 2021 +0200

    minor change

 src/gui/app1/forceSensor.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/forceSensor.cs b/src/gui/app1/forceSensor.cs
index 04cfea02a..7abbd63c0 100644
--- a/src/gui/app1/forceSensor.cs
+++ b/src/gui/app1/forceSensor.cs
@@ -1075,7 +1075,7 @@ public partial class ChronoJumpWindow
 
                if(repetitiveConditionsWin.GetForceSensorFeedbackPathActive)
                {
-                       int maxPathValue = repetitiveConditionsWin.GetForceSensorFeedbackPathMax;// + 
repetitiveConditionsWin.GetForceSensorFeedbackPathLineWidth (but in N, not in px)
+                       int maxPathValue = repetitiveConditionsWin.GetForceSensorFeedbackPathMax;
                        if(maxPathValue > forceSensorTopRectangleAtOperationStart)
                                fscPoints.RealHeightG = maxPathValue;
                }


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