[chronojump] combo_force_sensor_capture_options shown on F.Exerted (for 2.2.0 code)



commit 1bfe628edb449268a432e458cb1bc8e42b0be9bf
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 3 16:00:59 2022 +0100

    combo_force_sensor_capture_options shown on F.Exerted (for 2.2.0 code)

 src/gui/app1/forceSensor.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/forceSensor.cs b/src/gui/app1/forceSensor.cs
index e2c37afee..69eb5b68b 100644
--- a/src/gui/app1/forceSensor.cs
+++ b/src/gui/app1/forceSensor.cs
@@ -3318,7 +3318,9 @@ LogB.Information(" fs R ");
                           combo_force_sensor_capture_options.Sensitive = false;
                           better to hide it instead of making it unsensitive to not force it to ABS and then 
have ABS by default in raw exercises
                           */
-                       combo_force_sensor_capture_options.Visible = false;
+                       //combo_force_sensor_capture_options.Visible = false;
+                       //2.2.0:
+                       combo_force_sensor_capture_options.Visible = true;
                } else {
                        //combo_force_sensor_capture_options.Sensitive = true;
                        combo_force_sensor_capture_options.Visible = true;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]