[chronojump] Better GUI: when ecc-con changed, treeview capture cannot be selected



commit 5f2254f14a4c210dc4c5d8ea1d88d4b9dd5f3b93
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Sep 30 16:38:57 2014 +0200

    Better GUI: when ecc-con changed, treeview capture cannot be selected

 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 fcfafc6..f45a53b 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2920,6 +2920,10 @@ public partial class ChronoJumpWindow
 
        void on_combo_encoder_eccon_changed (object o, EventArgs args) 
        {
+               treeview_encoder_capture_curves.Sensitive = false;
+               hbox_encoder_capture_curves_save_all_none.Sensitive = false;
+
+               //will be true again when loading a new encoder test or capturing
        }
 
        void on_button_encoder_capture_curves_all_clicked (object o, EventArgs args) {


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