From f67635823d753e714401da89ab8408b2e4749c42 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 2 Jan 2024 20:31:54 +0100 Subject: [PATCH] pip-setup: don't hide pip when exiting pip-setup Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d594f941a6f5e0bf9ffc053d907708d6feb2aa9b Author: vanhofen Date: 2024-01-02 (Tue, 02 Jan 2024) Origin message was: ------------------ - pip-setup: don't hide pip when exiting pip-setup ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/pipsetup.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/pipsetup.cpp b/src/gui/pipsetup.cpp index 9fd186b2e..47dde3f89 100644 --- a/src/gui/pipsetup.cpp +++ b/src/gui/pipsetup.cpp @@ -161,6 +161,7 @@ int CPipSetup::exec(CMenuTarget *parent, const std::string &) paint(); uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]); + #if !HAVE_CST_HARDWARE if (pipVideoDecoder[0] != NULL) pipVideoDecoder[0]->ShowPig(1); @@ -229,7 +230,8 @@ int CPipSetup::exec(CMenuTarget *parent, const std::string &) void CPipSetup::hide() { frameBuffer->Clear(); -#if !HAVE_CST_HARDWARE + +#if 0 //!HAVE_CST_HARDWARE if (pipVideoDecoder[0] != NULL) pipVideoDecoder[0]->ShowPig(0); #endif