From 224c7a0545b9637c438e2bb117c665fd45c47acf Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 21 Sep 2016 18:47:20 +0200 Subject: [PATCH] CInfoViewer: try to fix show current frontend before paint signallbars In some constellations it is possible that the wrong fe is assigned, so it's ensured we have the current fe assigned. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4ff40432ccb935a4de33fe7ea0b6163066a78b05 Author: Thilo Graf Date: 2016-09-21 (Wed, 21 Sep 2016) ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index e4a3799e3..eca6d3c89 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1744,7 +1744,8 @@ void CInfoViewer::showSNR () sigbox->setColorBody(numbox->getColorBody()); sigbox->doPaintBg(false); sigbox->enableTboxSaveScreen(numbox->getColBodyGradientMode()); - } + }else + sigbox->setFrontEnd(CFEManager::getInstance()->getLiveFE()); sigbox->paint(CC_SAVE_SCREEN_NO); } if(showButtonBar)