[chronojump] buttons: device and automatic unsensitive while test execution



commit 46399c55cf026a530b525920e8fe01fbcd2c10b9
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Dec 1 10:25:01 2017 +0100

    buttons: device and automatic unsensitive while test execution

 src/gui/chronojump.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index caadb82..8bcb330 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -7111,6 +7111,8 @@ LogB.Debug("X");
                
                button_upload_session.Sensitive = false;
                button_activate_chronopics.Sensitive = false;
+               button_threshold.Sensitive = false;
+               button_auto_start.Sensitive = false;
                notebook_options_top.Sensitive = false;
                event_execute_button_update.Sensitive = false;
                
@@ -7173,6 +7175,8 @@ LogB.Debug("X");
                
                button_upload_session.Sensitive = true;
                button_activate_chronopics.Sensitive = true;
+               button_threshold.Sensitive = true;
+               button_auto_start.Sensitive = true;
                notebook_options_top.Sensitive = true;
                event_execute_button_update.Sensitive = true;
 
@@ -7278,6 +7282,7 @@ LogB.Debug("X");
        private void sensitiveGuiAutoExecuteOrWait (bool execute) {
                //if automode, sensitiveGuiEventDoing, sensitiveGuiEventDone don't work
                button_activate_chronopics.Sensitive    = ! execute;
+               button_threshold.Sensitive              = ! execute;
                button_execute_test.Sensitive           = ! execute;
                notebook_options_top.Sensitive          = ! execute;
                vbox_last_test_buttons.Sensitive        = ! execute;


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