mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
infoviewer: fix display of info clock on activated infobar
clock was always visible
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb44c16038
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -727,6 +727,8 @@ void CInfoViewer::showTitle(t_channel_id chid, const bool calledFromNumZap, int
|
|||||||
|
|
||||||
void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap, int epgpos, bool forcePaintButtonBar/*=false*/)
|
void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap, int epgpos, bool forcePaintButtonBar/*=false*/)
|
||||||
{
|
{
|
||||||
|
CInfoClock::getInstance()->disableInfoClock();
|
||||||
|
|
||||||
if(!calledFromNumZap && !(zap_mode & IV_MODE_DEFAULT))
|
if(!calledFromNumZap && !(zap_mode & IV_MODE_DEFAULT))
|
||||||
resetSwitchMode();
|
resetSwitchMode();
|
||||||
int renderFlag = ((g_settings.theme.infobar_gradient_top) ? Font::FULLBG : 0) | Font::IS_UTF8;
|
int renderFlag = ((g_settings.theme.infobar_gradient_top) ? Font::FULLBG : 0) | Font::IS_UTF8;
|
||||||
|
Reference in New Issue
Block a user