summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Melscher <kamel5@gmx.net>2018-03-07 16:04:23 +0100
committerKarl Melscher <kamel5@gmx.net>2018-03-07 16:04:23 +0100
commit199bab5c3c33c7a77281430e812a026674d27f6b (patch)
tree29e844dfd0db4c43cc30f82733588413d4b7a4e1
parent810fee08281250cb87e18a3514ddc1a30a9da10e (diff)
downloadskin-lcarsng-199bab5c3c33c7a77281430e812a026674d27f6b.tar.gz
skin-lcarsng-199bab5c3c33c7a77281430e812a026674d27f6b.tar.bz2
RemoteTimer changes
-rw-r--r--lcarsng.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcarsng.c b/lcarsng.c
index 93bd4bc..6094478 100644
--- a/lcarsng.c
+++ b/lcarsng.c
@@ -1463,6 +1463,8 @@ void cLCARSNGDisplayMenu::DrawTimers(void)
FreeDeviceSlots.Append(y);
y += lineHeight + Gap;
}
+ else
+ continue;
}
else if (cRecordControl *RecordControl = cRecordControls::GetRecordControl(Timer)) {
#else