[chronojump] Encoder: Fixed not showing rest between repetitions as active on opening window
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder: Fixed not showing rest between repetitions as active on opening window
- Date: Mon, 21 Feb 2022 15:03:28 +0000 (UTC)
commit 3ca9bea21d167a34748f7e1fdf7e5edefe5dc4e1
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Feb 21 16:02:43 2022 +0100
Encoder: Fixed not showing rest between repetitions as active on opening window
src/gui/repetitiveConditions.cs | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/gui/repetitiveConditions.cs b/src/gui/repetitiveConditions.cs
index 57feba3d7..fa7f0dd8f 100644
--- a/src/gui/repetitiveConditions.cs
+++ b/src/gui/repetitiveConditions.cs
@@ -941,6 +941,8 @@ public class RepetitiveConditionsWindow
if(encoderRhythm.RestRepsSeconds < 0.1)
check_rhythm_rest_reps.Active = false;
+ else
+ check_rhythm_rest_reps.Active = true;
if(encoderRhythm.UseClusters()) {
check_rhythm_use_clusters.Active = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]