[chronojump] RaceAnalyzer analyze options and close and analyze adjusted for export



commit 3c264942033d6614063dd19e99028c98bda3b816
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Mar 3 12:39:30 2021 +0100

    RaceAnalyzer analyze options and close and analyze adjusted for export

 src/gui/app1/runEncoder.cs        | 8 ++++----
 src/gui/app1/runEncoderAnalyze.cs | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index c939e9fd..a121720e 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -305,7 +305,7 @@ public partial class ChronoJumpWindow
                button_raceAnalyzer_table_save.Sensitive = false;
                clearRaceAnalyzerTriggers();
 
-               button_run_encoder_analyze_options.Sensitive = false;
+               button_run_encoder_analyze_options_close_and_analyze.Sensitive = false;
                button_run_encoder_analyze_analyze.Sensitive = false;
                button_delete_last_test.Sensitive = false;
                button_run_encoder_image_save.Sensitive = false;
@@ -860,7 +860,7 @@ public partial class ChronoJumpWindow
                sensitiveLastTestButtons(true);
 
                event_execute_label_message.Text = "Loaded: " + Util.GetLastPartOfPath(re.Filename);
-               button_run_encoder_analyze_options.Sensitive = true;
+               button_run_encoder_analyze_options_close_and_analyze.Sensitive = true;
                button_run_encoder_image_save.Sensitive = true;
        }
 
@@ -1297,7 +1297,7 @@ public partial class ChronoJumpWindow
                                        notebook_analyze.CurrentPage = 
Convert.ToInt32(notebook_analyze_pages.RACEENCODER);
                                        radio_mode_contacts_analyze.Active = true;
                                        button_contacts_exercise_close_and_recalculate.Sensitive = true;
-                                       button_run_encoder_analyze_options.Sensitive = true;
+                                       button_run_encoder_analyze_options_close_and_analyze.Sensitive = true;
                                        button_run_encoder_analyze_analyze.Sensitive = true;
                                        button_run_encoder_image_save.Sensitive = true;
                                        button_delete_last_test.Sensitive = true;
@@ -1320,7 +1320,7 @@ public partial class ChronoJumpWindow
                                webcamEnd (Constants.TestTypes.RACEANALYZER, -1);
                                sensitiveLastTestButtons(false);
                                contactsShowCaptureDoingButtons(false);
-                               button_run_encoder_analyze_options.Sensitive = false;
+                               button_run_encoder_analyze_options_close_and_analyze.Sensitive = false;
                                button_run_encoder_analyze_analyze.Sensitive = false;
                                button_run_encoder_image_save.Sensitive = false;
                                button_delete_last_test.Sensitive = false;
diff --git a/src/gui/app1/runEncoderAnalyze.cs b/src/gui/app1/runEncoderAnalyze.cs
index 46987ab4..470bef1e 100644
--- a/src/gui/app1/runEncoderAnalyze.cs
+++ b/src/gui/app1/runEncoderAnalyze.cs
@@ -35,7 +35,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.ComboBox combo_run_encoder_analyze_accel;
        [Widget] Gtk.ComboBox combo_run_encoder_analyze_force;
        [Widget] Gtk.ComboBox combo_run_encoder_analyze_power;
-       [Widget] Gtk.Button button_run_encoder_analyze_options;
+       [Widget] Gtk.Button button_run_encoder_analyze_options_close_and_analyze;
        [Widget] Gtk.Button button_run_encoder_analyze_analyze;
        [Widget] Gtk.Button button_run_encoder_image_save;
 


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