From a8542ae28d588e65d7d1302e2dfc6d660f9f974c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 8 Mar 2018 22:15:53 +0100 Subject: [PATCH] timerlist: allow RC_timer or RC_program to leave timerlist Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3baee09acda6a337ed8870380b5e94b21a5e1843 Author: vanhofen Date: 2018-03-08 (Thu, 08 Mar 2018) Origin message was: ------------------ - timerlist: allow RC_timer or RC_program to leave timerlist ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/timerlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 22f71d31e..79bf1cfb7 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -893,6 +893,7 @@ int CTimerList::show() (msg == CRCInput::RC_timeout) || (msg == CRCInput::RC_home) || (msg == CRCInput::RC_left) + || (msg == CRCInput::RC_timer || msg == CRCInput::RC_program) || (msg == CRCInput::RC_ok && timerlist.empty()) ) { //Exit after timeout or cancel key