epgview: ensure paint of segment after changed background

Origin commit data
------------------
Branch: ni/coolstream
Commit: 14e31f4a21
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-30 (Mon, 30 Dec 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-12-30 17:40:32 +01:00
committed by vanhofen
parent b0bde88b67
commit af337e12cb

View File

@@ -906,6 +906,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);