[chronojump] Force sensor analyze general zoom with grid



commit d73c9ac99fc777746a430a38997ee935bd568f61
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Mar 28 15:38:29 2019 +0100

    Force sensor analyze general zoom with grid

 src/gui/forceSensorAnalyze.cs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/forceSensorAnalyze.cs b/src/gui/forceSensorAnalyze.cs
index 42c69d45..e6731701 100644
--- a/src/gui/forceSensorAnalyze.cs
+++ b/src/gui/forceSensorAnalyze.cs
@@ -806,8 +806,7 @@ public partial class ChronoJumpWindow
                if(checkbutton_force_sensor_ai_b.Active)
                        button_force_sensor_analyze_AB_save.Visible = true;
 
-               if(! forceSensorZoomApplied)
-                       forcePaintHVLines(ForceSensorGraphs.ANALYSIS_GENERAL, forceSensorValues.ForceMax, 
forceSensorValues.ForceMin, forceSensorValues.TimeLast);
+               forcePaintHVLines(ForceSensorGraphs.ANALYSIS_GENERAL, forceSensorValues.ForceMax, 
forceSensorValues.ForceMin, forceSensorValues.TimeLast);
 
                // 1) create paintPoints
                Gdk.Point [] paintPoints = new Gdk.Point[fsAI.FscAIPoints.Points.Count];


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