infoviewer: fix start of infoicons and weather in showMovieTitle()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a1773b058
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-25 (Fri, 25 Oct 2024)

Origin message was:
------------------
- infoviewer: fix start of infoicons and weather in showMovieTitle()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-10-25 19:20:02 +02:00
parent da5193b8c4
commit 35ad76f6f6

View File

@@ -800,6 +800,14 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe
showRecordIcon (show_dot); showRecordIcon (show_dot);
show_dot = !show_dot; show_dot = !show_dot;
//NI InfoIcons
if (!g_settings.mode_icons && g_settings.mode_icons_skin == INFOICONS_INFOVIEWER)
CInfoIcons::getInstance()->paintIcons(true);
// Weather below InfoIcons
if (g_settings.weather_enabled && g_settings.infobar_weather)
weather->show(BoxStartX, CInfoIcons::getInstance()->getHeightRel() + OFFSET_INNER_SMALL);
if (!zap_mode) if (!zap_mode)
infoViewerBB->paintshowButtonBar(); infoViewerBB->paintshowButtonBar();