[chronojump] ForceSensor modes: only show radio of current mode



commit e0e0497df789d896c7f0e67082d02122fdd738a9
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon May 30 17:04:15 2022 +0200

    ForceSensor modes: only show radio of current mode

 src/gui/app1/chronojump.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index e72ae9d88..9bc33ccb7 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3923,6 +3923,9 @@ public partial class ChronoJumpWindow
                        vbox_contacts_simple_graph_controls.Visible = false;
 
                        hbox_change_modes_force_sensor.Visible = true;
+                       radio_change_modes_contacts_isometric.Visible = (m == 
Constants.Modes.FORCESENSORISOMETRIC);
+                       radio_change_modes_contacts_elastic.Visible = (m == 
Constants.Modes.FORCESENSORELASTIC);
+
                        //align_check_vbox_contacts_graph_legend.Visible = false;
                        //vbox_contacts_graph_legend.Visible = false;
 


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