From af337e12cbc3d98333ab522dcb15d2b228c22ed9 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 30 Dec 2019 17:40:32 +0100 Subject: [PATCH] epgview: ensure paint of segment after changed background Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/14e31f4a21cdb1ae36dde6333ced9f4c614c65e5 Author: Thilo Graf Date: 2019-12-30 (Mon, 30 Dec 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 778cea090..e597ebcad 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -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);