From 35ad76f6f6c49dcc7e6e70b33f186021915b4d42 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 25 Oct 2024 19:20:02 +0200 Subject: [PATCH] infoviewer: fix start of infoicons and weather in showMovieTitle() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4a1773b058ed8fca2b30bc4228855c1ae8e7f19b Author: vanhofen 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 --- src/gui/infoviewer.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index e2afc6c45..ecd0bda68 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -800,6 +800,14 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe showRecordIcon (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) infoViewerBB->paintshowButtonBar();