[chronojump] Shown label: "Converted to exerted force" after elastic capture and auto-recalculate
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Shown label: "Converted to exerted force" after elastic capture and auto-recalculate
- Date: Fri, 4 Mar 2022 17:08:56 +0000 (UTC)
commit 2129d91f7336d3b5507a80aa9cb013030926d920
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Mar 4 18:08:22 2022 +0100
Shown label: "Converted to exerted force" after elastic capture and auto-recalculate
src/gui/app1/forceSensor.cs | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/forceSensor.cs b/src/gui/app1/forceSensor.cs
index 02488044b..c30beb086 100644
--- a/src/gui/app1/forceSensor.cs
+++ b/src/gui/app1/forceSensor.cs
@@ -1642,7 +1642,10 @@ LogB.Information(" fs C ");
//on resultant (projected) recalculate at end (to manage correctly
speed and accel smoothed that affects body mass
if(currentForceSensorExercise.ComputeAsElastic)
+ {
force_sensor_recalculate();
+ event_execute_label_message.Text = "Converted to exerted
force.";
+ }
}
} else if(forceProcessCancel || forceProcessError)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]