From 35bc32bbc13fdbf2acadfe4ca62326495e151566 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 14 Dec 2015 08:23:46 +0100 Subject: [PATCH] infoviewer_bb: fix display of red button in movieplayer mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ab7e3956df4a927e3896b797ebacff6383cddcb6 Author: Michael Liebmann Date: 2015-12-14 (Mon, 14 Dec 2015) Origin message was: ------------------ - infoviewer_bb: fix display of red button in movieplayer mode ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer_bb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index 7fd11a085..08a0fd7e4 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -223,6 +223,7 @@ void CInfoViewerBB::getBBButtonInfo() mode = CNeutrinoApp::getInstance()->getMode(); if (mode == NeutrinoMessages::mode_ts) { text = g_Locale->getText(LOCALE_EPGMENU_STREAMINFO); + active = true; } else { text = CUserMenu::getUserMenuButtonName(0, active); if (!text.empty())