diff options
author | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:04:23 +0100 |
---|---|---|
committer | Karl Melscher <kamel5@gmx.net> | 2018-03-07 16:04:23 +0100 |
commit | 199bab5c3c33c7a77281430e812a026674d27f6b (patch) | |
tree | 29e844dfd0db4c43cc30f82733588413d4b7a4e1 | |
parent | 810fee08281250cb87e18a3514ddc1a30a9da10e (diff) | |
download | skin-lcarsng-199bab5c3c33c7a77281430e812a026674d27f6b.tar.gz skin-lcarsng-199bab5c3c33c7a77281430e812a026674d27f6b.tar.bz2 |
RemoteTimer changes
-rw-r--r-- | lcarsng.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1463,6 +1463,8 @@ void cLCARSNGDisplayMenu::DrawTimers(void) FreeDeviceSlots.Append(y); y += lineHeight + Gap; } + else + continue; } else if (cRecordControl *RecordControl = cRecordControls::GetRecordControl(Timer)) { #else |