pip-setup: don't hide pip when exiting pip-setup

Origin commit data
------------------
Branch: ni/coolstream
Commit: d594f941a6
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2024-01-02 20:31:54 +01:00
parent 7e7615dc79
commit f67635823d

View File

@@ -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