epgview: ensure paint of segment after changed background

This commit is contained in:
2019-11-03 18:07:48 +01:00
parent 6f1463aacd
commit 99645a570c

View File

@@ -880,6 +880,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
header->setColorBody(COL_MENUHEAD_PLUS_0);
header->enableColBodyGradient(g_settings.theme.menu_Head_gradient, COL_MENUCONTENT_PLUS_0, g_settings.theme.menu_Head_gradient_direction);
header->enableClock(true, "%H:%M", "%H %M", true);
header->getClockObject()->enableForceSegmentPaint();
}
header->setDimensionsAll(sx, sy, ox, toph);