[chronojump] Entry_weight is correctly updated on load signal
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Entry_weight is correctly updated on load signal
- Date: Sat, 11 Mar 2017 11:30:31 +0000 (UTC)
commit 8f5bd1f41a4469ae34b7e780e79ef3b4087d151f
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Mar 11 11:39:05 2017 +0100
Entry_weight is correctly updated on load signal
src/gui/encoder.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 0fb2067..7fe8979 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -1379,6 +1379,7 @@ public partial class ChronoJumpWindow
combo_encoder_eccon.Active = UtilGtk.ComboMakeActive(combo_encoder_eccon,
eSQL.ecconLong);
combo_encoder_laterality.Active =
UtilGtk.ComboMakeActive(combo_encoder_laterality, eSQL.laterality);
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);
//TODO: show info to user in a dialog,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]