[chronojump] Minor change



commit 2213ef5bdbae00f00711ca42d38810ef937ed4cc
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jul 20 11:04:52 2021 +0200

    Minor change

 src/gui/app1/runEncoder.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index a705f79bc..13e2d3584 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -278,9 +278,12 @@ public partial class ChronoJumpWindow
                cairoGraphRaceAnalyzerPoints_dt_l = new List<PointF>();
                cairoGraphRaceAnalyzerPoints_st_l = new List<PointF>();
                cairoGraphRaceAnalyzerPoints_at_l = new List<PointF>();
+
                updateRaceAnalyzerCapturePositionTime(true);
                updateRaceAnalyzerCaptureSpeedTime(true);
                updateRaceAnalyzerCaptureAccelTime(true);
+               //if graphs are not updated with the line, use this that will fire ExposeEvent:
+               //drawingarea_race_analyzer_capture_position_time.QueueDraw(); and the others
 
 
                if(chronopicRegister.NumConnectedOfType(ChronopicRegisterPort.Types.ARDUINO_RUN_ENCODER) == 0)


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