[chronojump] Encoder capture count playsound does not call R after. Much faster but data not saved.
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder capture count playsound does not call R after. Much faster but data not saved.
- Date: Wed, 18 Apr 2018 22:14:39 +0000 (UTC)
commit d8b95ef12e5da773317a26583a53d84727f51769
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Apr 19 00:13:31 2018 +0200
Encoder capture count playsound does not call R after. Much faster but data not saved.
src/gui/chronojump.cs | 1 +
src/gui/encoder.cs | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index b2e6145..86a56ba 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -750,6 +750,7 @@ public partial class ChronoJumpWindow
{
Util.CreateSoundList();
Util.UseSoundList = true;
+ captureContWithCurves = false; //note set and reps are not currently saved
}
}
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index b4a7bcd..dc79075 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -6528,7 +6528,7 @@ public partial class ChronoJumpWindow
double mainVariableHigher =
repetitiveConditionsWin.GetMainVariableHigher(mainVariable);
double mainVariableLower =
repetitiveConditionsWin.GetMainVariableLower(mainVariable);
- if(radio_encoder_capture_cont.Active && ! captureContWithCurves)
+ if(action == encoderActions.CURVES_AC && radio_encoder_capture_cont.Active &&
! captureContWithCurves)
{
//will use captureCurvesBarsData (created on capture)
LogB.Information("at fff with captureCurvesBarsData =");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]