[chronojump] radiobutton_encoder_analyze_instantaneous visible only 1st two modes



commit f0995ed40faa69c84a8bf9d959ec4057abddff67
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sun Apr 29 01:55:32 2018 +0200

    radiobutton_encoder_analyze_instantaneous visible only 1st two modes

 src/gui/encoder.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 1bb1f83..b2cd085 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -3075,6 +3075,7 @@ public partial class ChronoJumpWindow
                hbox_combo_encoder_exercise_analyze.Visible = false;
                
                //this analysis only when not comparing
+               radiobutton_encoder_analyze_instantaneous.Visible = true;
                radiobutton_encoder_analyze_powerbars.Visible = true;
                radiobutton_encoder_analyze_1RM.Visible = (currentEncoderGI == 
Constants.EncoderGI.GRAVITATORY);
                radiobutton_encoder_analyze_single.Visible = true;
@@ -3118,6 +3119,7 @@ public partial class ChronoJumpWindow
                hbox_combo_encoder_exercise_analyze.Visible = true;
 
                //this analysis only when not comparing
+               radiobutton_encoder_analyze_instantaneous.Visible = true;
                radiobutton_encoder_analyze_powerbars.Visible = true;
                radiobutton_encoder_analyze_1RM.Visible = (currentEncoderGI == 
Constants.EncoderGI.GRAVITATORY);
                radiobutton_encoder_analyze_single.Visible = true;
@@ -3157,6 +3159,7 @@ public partial class ChronoJumpWindow
                hbox_encoder_analyze_intersession.Visible = true;
                
                //this analysis only when not comparing
+               radiobutton_encoder_analyze_instantaneous.Visible = false;
                radiobutton_encoder_analyze_powerbars.Visible = false;
                radiobutton_encoder_analyze_1RM.Visible = false;
                radiobutton_encoder_analyze_single.Visible = false;
@@ -3187,6 +3190,7 @@ public partial class ChronoJumpWindow
                hbox_encoder_analyze_intersession.Visible = false;
                
                //this analysis only when not comparing
+               radiobutton_encoder_analyze_instantaneous.Visible = false;
                radiobutton_encoder_analyze_powerbars.Visible = false;
                radiobutton_encoder_analyze_1RM.Visible = false;
                radiobutton_encoder_analyze_single.Visible = false;


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