From ab7e3956df4a927e3896b797ebacff6383cddcb6 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 --- 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())