[chronojump] Encoder load set allows always to save repetitions, fixes: https://gitlab.gnome.org/GNOME/chronojump
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder load set allows always to save repetitions, fixes: https://gitlab.gnome.org/GNOME/chronojump
- Date: Sun, 11 Oct 2020 07:52:58 +0000 (UTC)
commit eddee0c0ea3523fc7fca64735fc57edbdd627b42
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Oct 11 09:50:31 2020 +0200
Encoder load set allows always to save repetitions, fixes:
https://gitlab.gnome.org/GNOME/chronojump/-/issues/420
src/gui/app1/encoder.cs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index 11a5117f..836f8feb 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -6825,8 +6825,10 @@ public partial class ChronoJumpWindow
}
}
- } else
+ } else { //action == encoderActions.LOAD
encoder_pulsebar_capture.Text = "";
+ manageButton_button_encoder_capture_curves_save (false);
+ }
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]