[chronojump] On compujump detect person change to: capture



commit ef73f88b8a7bd7515121eb45e1bc29c5076eba88
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Feb 23 13:41:28 2018 +0100

    On compujump detect person change to: capture

 src/gui/networks.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 2d0d76b..d871206 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -453,6 +453,10 @@ public partial class ChronoJumpWindow
                shouldUpdateRFIDGui = false;
                updatingRFIDGuiStuff = true;
 
+               //is we are on analyze, switch to capture
+               if(! radio_mode_encoder_capture_small.Active)
+                       radio_mode_encoder_capture_small.Active = true;
+
                //TODO: this pulseRFID need only the GTK stuff, not the rest
                label_rfid_contacts.Text = capturedRFID; //GTK
                label_rfid_encoder.Text = capturedRFID; //GTK


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