[chronojump] Force sensor analyze options unsentive the general/RFD



commit 5599bbfa76677ffef1febf53870f401e9a9bc4d8
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Jun 14 14:42:07 2019 +0200

    Force sensor analyze options unsentive the general/RFD

 glade/app1.glade              | 11 ++++++++++-
 src/gui/forceSensorAnalyze.cs |  2 ++
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 0659cc9f..50b3e7a1 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1953,6 +1953,9 @@
                                                             <placeholder/>
                                                             </child>
                                                             <child>
+                                                            <placeholder/>
+                                                            </child>
+                                                            <child>
                                                             <widget class="GtkLabel" 
id="label_start_selector_jumps">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
@@ -18263,7 +18266,7 @@ Concentric</property>
                                                           </packing>
                                                         </child>
                                                         <child>
-                                                          <widget class="GtkHBox" id="hbox285">
+                                                          <widget class="GtkHBox" 
id="hbox_force_sensor_analyze_modes">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="spacing">20</property>
@@ -21129,6 +21132,9 @@ Concentric</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
@@ -29851,6 +29857,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>
diff --git a/src/gui/forceSensorAnalyze.cs b/src/gui/forceSensorAnalyze.cs
index 68f7283a..155a1e7a 100644
--- a/src/gui/forceSensorAnalyze.cs
+++ b/src/gui/forceSensorAnalyze.cs
@@ -31,6 +31,7 @@ using Mono.Unix;
 public partial class ChronoJumpWindow 
 {
        //analyze tab
+       [Widget] Gtk.HBox hbox_force_sensor_analyze_modes;
        [Widget] Gtk.Button button_force_sensor_analyze_load;
        [Widget] Gtk.Button button_force_sensor_analyze_recalculate;
        [Widget] Gtk.Label label_force_sensor_analyze;
@@ -119,6 +120,7 @@ public partial class ChronoJumpWindow
        {
                button_force_sensor_analyze_options.Sensitive = s;
                button_force_sensor_analyze_load.Sensitive = s;
+               hbox_force_sensor_analyze_modes.Sensitive = s;
 
                if(s)
                        button_force_sensor_analyze_recalculate.Sensitive = 
button_force_sensor_analyze_recalculate_was_sensitive;


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