[chronojump] Removed possible circular handle weight changing on load signal



commit 248d928e7120ef26164a99738d944b225d140757
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jul 4 10:14:57 2017 +0200

    Removed possible circular handle weight changing on load signal

 src/gui/encoder.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 4697ef2..91d2c9c 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -1555,7 +1555,6 @@ public partial class ChronoJumpWindow
                                else //if(eSQL.laterality == Catalog.GetString("L"))
                                        radio_encoder_laterality_l.Active = true;
 
-                               spin_encoder_extra_weight.Value = Convert.ToInt32(eSQL.extraWeight);
                                entry_raspberry_extra_weight.Text = 
Convert.ToInt32(eSQL.extraWeight).ToString();
 
                                preferences.EncoderChangeMinHeight(eSQL.encoderConfiguration.has_inertia, 
eSQL.minHeight);


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