From b9f2df1eb73da846b5d491f208ce3ee7e60750ff Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Thu, 16 Oct 2014 05:13:21 +0200 Subject: [PATCH] Disable infoclock when display current transponder Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e13b20adb4eae4af5862734943fc9457bef27239 Author: Michael Liebmann Date: 2014-10-16 (Thu, 16 Oct 2014) --- src/neutrino.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 398ad39ad..4b4d33226 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2210,7 +2210,9 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu) CRecordManager::getInstance()->StartTimeshift(); } else if (msg == (neutrino_msg_t) g_settings.key_current_transponder) { + InfoClock->enableInfoClock(false); numericZap( msg ); + InfoClock->enableInfoClock(true); } #ifdef ENABLE_PIP else if (msg == (neutrino_msg_t) g_settings.key_pip_close) {