mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
system/settings: move theme colors to dedicated struct
Conflicts: src/driver/pictureviewer/pictureviewer.cpp src/gui/epgview.cpp src/gui/osd_setup.cpp src/gui/pluginlist.cpp src/neutrino.cpp
This commit is contained in:
@@ -88,7 +88,7 @@ static bool sortByDateTime (const CChannelEvent& a, const CChannelEvent& b)
|
||||
extern bool timeset;
|
||||
|
||||
CInfoViewer::CInfoViewer ()
|
||||
: fader(g_settings.infobar_alpha)
|
||||
: fader(g_settings.theme.infobar_alpha)
|
||||
{
|
||||
sigscale = NULL;
|
||||
snrscale = NULL;
|
||||
|
Reference in New Issue
Block a user