[chronojump] Networks: fixed change wristband after an encoder capture cancel



commit fdffcdc7c5bf229c9bcf44d480c01f9b663f311e
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Feb 5 17:46:18 2020 +0100

    Networks: fixed change wristband after an encoder capture cancel

 src/gui/app1/encoder.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index e26dc471..1f54bbdf 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -6059,6 +6059,9 @@ public partial class ChronoJumpWindow
                                //stop video and will NOT be stored
                                LogB.Information("call to webcamEnd");
                                webcamEnd (Constants.TestTypes.ENCODER, -1);
+
+                               if(compujumpAutologout != null)
+                                       compujumpAutologout.EndCapturingEncoder();
                        }
 
                        LogB.ThreadEnded(); 


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