[chronojump] CompujumpStationMode: JUMPSSIMPLE, JUMPSREACTIVE working, and can change



commit 2868f282d1e58b3f0dbc108af824797144ea11bb
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Apr 27 12:19:01 2021 +0200

    CompujumpStationMode: JUMPSSIMPLE, JUMPSREACTIVE working, and can change

 src/gui/networks.cs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index df206e0a..33017e1b 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -204,7 +204,11 @@ public partial class ChronoJumpWindow
                        {
                                //changeModeCheckRadios (configChronojump.CompujumpStationMode);
                                //better do like this because radiobuttons are not set. TODO: remove 
radiobuttons checks
-                               if(configChronojump.CompujumpStationMode == 
Constants.Menuitem_modes.RUNSINTERVALLIC)
+                               if(configChronojump.CompujumpStationMode == 
Constants.Menuitem_modes.JUMPSSIMPLE)
+                                       on_button_selector_start_jumps_simple_clicked(new object (), new 
EventArgs());
+                               else if(configChronojump.CompujumpStationMode == 
Constants.Menuitem_modes.JUMPSREACTIVE)
+                                       on_button_selector_start_jumps_reactive_clicked(new object (), new 
EventArgs());
+                               else if(configChronojump.CompujumpStationMode == 
Constants.Menuitem_modes.RUNSINTERVALLIC)
                                        on_button_selector_start_runs_intervallic_clicked(new object (), new 
EventArgs());
                                else if(configChronojump.CompujumpStationMode == 
Constants.Menuitem_modes.POWERGRAVITATORY)
                                        on_button_selector_start_encoder_gravitatory_clicked(new object (), 
new EventArgs());


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