mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user