From 68b672a37a8f2e8355843e5d3cd277bc445ab456 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 17 Feb 2020 22:24:21 +0100 Subject: [PATCH] indoviewer: hide infoclock from movieplayer too Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/aa9d82f5578272bd388426ea83a974883d7e19e7 Author: vanhofen Date: 2020-02-17 (Mon, 17 Feb 2020) Origin message was: ------------------ - indoviewer: hide infoclock from movieplayer too ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 17911e1f5..7450feae6 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -573,6 +573,8 @@ void CInfoViewer::showMovieTitle(const int playState, const t_channel_id &Channe const int duration, const int curr_pos, const int repeat_mode, const int _zap_mode) { + CInfoClock::getInstance()->disableInfoClock(); + if (g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_LEFT || g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_RIGHT || g_settings.volume_pos == CVolumeBar::VOLUMEBAR_POS_BOTTOM_CENTER ||