mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
infoviewer: fix display of info clock on activated infobar
clock was always visible
This commit is contained in:
@@ -698,6 +698,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