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

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2024-01-02 20:31:54 +01:00
committed by Thilo Graf
parent a2792f65d3
commit 428f9085b1

View File

@@ -161,6 +161,7 @@ int CPipSetup::exec(CMenuTarget *parent, const std::string &)
paint(); paint();
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]); uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
#if !HAVE_CST_HARDWARE #if !HAVE_CST_HARDWARE
if (pipVideoDecoder[0] != NULL) if (pipVideoDecoder[0] != NULL)
pipVideoDecoder[0]->ShowPig(1); pipVideoDecoder[0]->ShowPig(1);
@@ -229,7 +230,8 @@ int CPipSetup::exec(CMenuTarget *parent, const std::string &)
void CPipSetup::hide() void CPipSetup::hide()
{ {
frameBuffer->Clear(); frameBuffer->Clear();
#if !HAVE_CST_HARDWARE
#if 0 //!HAVE_CST_HARDWARE
if (pipVideoDecoder[0] != NULL) if (pipVideoDecoder[0] != NULL)
pipVideoDecoder[0]->ShowPig(0); pipVideoDecoder[0]->ShowPig(0);
#endif #endif