[chronojump] Cont of RaceEncoder segmentsVariable commits
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Cont of RaceEncoder segmentsVariable commits
- Date: Tue, 1 Feb 2022 17:29:45 +0000 (UTC)
commit 787efc08517ef3ab0a4535d3bb33264ab91613d9
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Feb 1 18:29:23 2022 +0100
Cont of RaceEncoder segmentsVariable commits
src/gui/app1/runEncoder.cs | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index c4ad00c23..86170ba6c 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -2080,12 +2080,14 @@ public partial class ChronoJumpWindow
RunEncoderExercise ex = new RunEncoderExercise (
-1, name, entry_run_encoder_exercise_description.Text, segmentMeters,
segmentVariableCm);
ex.InsertSQL (false);
+ currentRunEncoderExercise = ex;
} else {
RunEncoderExercise ex = new RunEncoderExercise(
getExerciseIDFromAnyCombo(combo_run_encoder_exercise,
runEncoderComboExercisesString, false),
name, entry_run_encoder_exercise_description.Text, segmentMeters,
segmentVariableCm);
SqliteRunEncoderExercise.Update(false, ex);
+ currentRunEncoderExercise = ex;
}
fillRunEncoderExerciseCombo(name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]