[chronojump] RunEncoder fixed capture without the device



commit ed5dafb1003c9ac36da46b899e9bbeab14c6994a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Sep 19 14:57:45 2019 +0200

    RunEncoder fixed capture without the device

 src/gui/runEncoder.cs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gui/runEncoder.cs b/src/gui/runEncoder.cs
index 37de3e4f..4b3925b0 100644
--- a/src/gui/runEncoder.cs
+++ b/src/gui/runEncoder.cs
@@ -218,6 +218,7 @@ public partial class ChronoJumpWindow
                if(chronopicRegister.NumConnectedOfType(ChronopicRegisterPort.Types.ARDUINO_RUN_ENCODER) == 0)
                {
                        event_execute_label_message.Text = runEncoderNotConnectedString;
+                       runEncoderButtonsSensitive(true);
                        return;
                }
 


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