mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user