[chronojump] RaceEncoder do not analyze on clicking to recalculate



commit 8f478bffa3c91a97d3c421cbb42223faaa25c556
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Feb 1 18:29:08 2022 +0100

    RaceEncoder do not analyze on clicking to recalculate

 src/gui/app1/runEncoder.cs | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index f8ae95086..c4ad00c23 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -1269,8 +1269,13 @@ public partial class ChronoJumpWindow
                assignCurrentRunEncoderExercise();
 
                raceEncoderReadWidgets();
+
+               //recalculte should not analyze (calling to R) specially if segmentMeters is variable.
+               //also recalculate what? current set? all sets on analyze current session
+               /*
                if(lastRunEncoderFullPath != null && lastRunEncoderFullPath != "")
                        raceEncoderCopyToTempAndDoRGraph();
+                       */
 
                event_execute_label_message.Text = "Recalculated.";
                radio_mode_contacts_analyze.Active = true;


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