[chronojump] Fixed: On load an inertial set, no more automatically selects ecc-con always



commit 08f852ac7207bbcb7639074050a0a42995578e65
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 25 13:57:29 2016 +0100

    Fixed: On load an inertial set, no more automatically selects ecc-con always

 src/gui/encoder.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 1d4c9df..f337b74 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -1605,9 +1605,6 @@ public partial class ChronoJumpWindow
                        entry_encoder_im_weights_n.Text = encoderConfigurationCurrent.extraWeightN.ToString();
 
                        label_encoder_im_total.Text = encoderConfigurationCurrent.inertiaTotal.ToString();
-
-                       //if inertial, select ecc-con
-                       combo_encoder_eccon.Active = 1;
                }
                else
                        notebook_encoder_capture_extra_mass.CurrentPage = 0;


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