mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Revert "CSignalBox: Set current tuner as the default frontend"
This reverts commit128047f61f
. Conflicts: src/gui/components/cc_frm_signalbars.h Origin commit data ------------------ Commit:59ac9e57e1
Author: vanhofen <vanhofen@gmx.de> Date: 2016-09-28 (Wed, 28 Sep 2016)
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
#include <zapit/femanager.h>
|
||||
#include "cc_frm_signalbars.h"
|
||||
#include <sstream>
|
||||
|
||||
@@ -256,7 +255,7 @@ CSignalBox::CSignalBox(const int& xpos, const int& ypos, const int& w, const int
|
||||
initVarSigBox();
|
||||
vertical = vert;
|
||||
|
||||
sbx_frontend = (frontend_ref == NULL) ? CFEManager::getInstance()->getLiveFE() : frontend_ref;
|
||||
sbx_frontend = frontend_ref;
|
||||
x = xpos;
|
||||
y = ypos;
|
||||
width = w;
|
||||
|
Reference in New Issue
Block a user