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