[chronojump] RunEncoder after capture or load, ensure to change notebook export to CURRENTSET



commit ddc806b9d59512e3a3c1dbd6cc4c118b3eb43100
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Mar 4 16:29:48 2021 +0100

    RunEncoder after capture or load, ensure to change notebook export to CURRENTSET

 src/gui/app1/runEncoder.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index a07e3a4c..8146154f 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -817,6 +817,7 @@ public partial class ChronoJumpWindow
                int uniqueID = genericWin.TreeviewSelectedRowID();
 
                genericWin.HideAndNull();
+               radio_run_encoder_analyze_individual_current_set.Active = true;
 
                RunEncoder re = (RunEncoder) SqliteRunEncoder.Select(false, uniqueID, currentPerson.UniqueID, 
currentSession.UniqueID)[0];
                if(re == null)
@@ -1360,6 +1361,8 @@ public partial class ChronoJumpWindow
                        LogB.ThreadEnded(); 
 
                        runEncoderButtonsSensitive(true);
+                       radio_run_encoder_analyze_individual_current_set.Active = true;
+
                        /*
                        button_force_sensor_image_save_signal.Sensitive = true;
                        button_force_sensor_analyze_recalculate.Sensitive = true;


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