[chronojump] Fixed Force sensor zoom out: hscale_b moves to the left
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed Force sensor zoom out: hscale_b moves to the left
- Date: Thu, 16 Apr 2020 14:23:57 +0000 (UTC)
commit f94b82a93282314819af6b99776301433e8c33a2
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Apr 16 16:23:24 2020 +0200
Fixed Force sensor zoom out: hscale_b moves to the left
src/forceSensor.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/forceSensor.cs b/src/forceSensor.cs
index 1768cb06..d8c944a6 100644
--- a/src/forceSensor.cs
+++ b/src/forceSensor.cs
@@ -1594,7 +1594,7 @@ public class ForceSensorAnalyzeInstant
if(startAtSample < 0 && time_micros >= startMs)
startAtSample = j;
if(endAtSample < 0 && time_micros > endMs)
- endAtSample = j -1;
+ endAtSample = j;
j ++;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]