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: 4ff40432cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-21 (Wed, 21 Sep 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-09-21 18:47:20 +02:00
committed by vanhofen
parent df3ffab9b6
commit 224c7a0545

View File

@@ -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)