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