[chronojump] Change gravitatory to inertial hides hbox_combo_encoder_analyze_1RM
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Change gravitatory to inertial hides hbox_combo_encoder_analyze_1RM
- Date: Mon, 31 Oct 2016 09:35:31 +0000 (UTC)
commit 861e2f870da19c45446fc12cd0a79f0b28b3104b
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Oct 31 10:34:02 2016 +0100
Change gravitatory to inertial hides hbox_combo_encoder_analyze_1RM
src/gui/chronojump.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 88eaaec..29d122e 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2918,8 +2918,11 @@ public partial class ChronoJumpWindow
currentEncoderGI = Constants.EncoderGI.GRAVITATORY;
hbox_capture_1RM.Visible = true;
notebook_encoder_capture_extra_mass.CurrentPage = 0;
- if(radio_encoder_analyze_individual_current_set.Active ||
radio_encoder_analyze_individual_current_session.Active) {
+ if(radio_encoder_analyze_individual_current_set.Active ||
radio_encoder_analyze_individual_current_session.Active)
+ {
radiobutton_encoder_analyze_1RM.Visible = true;
+ if(radiobutton_encoder_analyze_1RM.Active)
+ hbox_combo_encoder_analyze_1RM.Visible=true;
radiobutton_encoder_analyze_neuromuscular_profile.Visible = true;
}
hbox_encoder_capture_1_or_cont.Visible = true;
@@ -2938,6 +2941,7 @@ public partial class ChronoJumpWindow
hbox_capture_1RM.Visible = false;
notebook_encoder_capture_extra_mass.CurrentPage = 1;
radiobutton_encoder_analyze_1RM.Visible = false;
+ hbox_combo_encoder_analyze_1RM.Visible=false;
radiobutton_encoder_analyze_neuromuscular_profile.Visible = false;
radio_encoder_capture_1set.Active = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]