mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
OSD Menu: Add progressbar color
Signed-off-by: Thilo Graf <dbt@novatux.de> - themes/Makefile.am unchanged, build was broken - whitespace errors fixed - unnecessary comments removed - bump lua api version, was missed
This commit is contained in:
@@ -2062,7 +2062,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
||||
pb.setType(CProgressBar::PB_TIMESCALE);
|
||||
pb.setDesign(g_settings.theme.progressbar_design_channellist);
|
||||
pb.setCornerType(0);
|
||||
pb.setStatusColors(COL_MENUCONTENT_PLUS_3, COL_MENUCONTENT_PLUS_1);
|
||||
pb.setStatusColors(COL_PROGRESSBAR_ACTIVE_PLUS_0, COL_PROGRESSBAR_PASSIVE_PLUS_0);
|
||||
int pb_frame = FRAME_WIDTH_NONE;
|
||||
if (g_settings.theme.progressbar_design_channellist == CProgressBar::PB_MONO && !g_settings.theme.progressbar_gradient)
|
||||
{
|
||||
|
Reference in New Issue
Block a user