[chronojump] RunEncoder fixed capture without the device
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] RunEncoder fixed capture without the device
- Date: Thu, 19 Sep 2019 12:58:04 +0000 (UTC)
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]