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
------------------
Commit: 4ff40432cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-21 (Wed, 21 Sep 2016)
This commit is contained in:
2016-09-21 18:47:20 +02:00
committed by vanhofen
parent 41aeb2aa5b
commit 670aa9d4ab

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)