[chronojump] RaceAnalyzer: Do not draw analyze graph on load



commit 3f1245fb984336c4cfb98f6bca7bc7493cf730b1
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Apr 6 14:00:31 2021 +0200

    RaceAnalyzer: Do not draw analyze graph on load

 src/gui/app1/runEncoder.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index 1e99bfc4..dac6e1cb 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -902,7 +902,9 @@ public partial class ChronoJumpWindow
                showRaceAnalyzerTriggers ();
 
                //on load do the R graph, but not on capture, to show on capture the label related to lack of 
person height
-               raceEncoderCopyToTempAndDoRGraph();
+               //raceEncoderCopyToTempAndDoRGraph();
+               //no do not do it automatically, just make user click on analyze button
+               //also showing that graph while analyze tab has not shown first time is buggy
 
                button_contacts_exercise_close_and_recalculate.Sensitive = true;
 


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