[chronojump] Encoder: Fixed crash on inertia moment calculation since check Chronopic cable feature
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder: Fixed crash on inertia moment calculation since check Chronopic cable feature
- Date: Wed, 9 Jun 2021 13:43:26 +0000 (UTC)
commit 2372855b1c8cedcf39e2ed1341aaa42bcdd77e36
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Jun 9 15:42:42 2021 +0200
Encoder: Fixed crash on inertia moment calculation since check Chronopic cable feature
src/gui/app1/encoder.cs | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index a33399bd7..dc96d14c7 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -6188,6 +6188,9 @@ public partial class ChronoJumpWindow
encoderRProcCapture.CutByTriggers = Preferences.TriggerTypes.NO_TRIGGERS;
//do not cutByTriggers on inertial, yet.
+ encoderCaptureStopwatch = new Stopwatch();
+ encoderCaptureStopwatch.Start();
+
encoderThread = new Thread(new ThreadStart(encoderDoCaptureCsharpIM));
GLib.Idle.Add (new GLib.IdleHandler (pulseGTKEncoderCaptureIM));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]