From abb55aebd6bca79c216130f3f50b6e28def74264 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 15 Dec 2015 19:25:18 +0100 Subject: [PATCH] similar patch to 4554411e302d465dc5c8c291fd8177f3eb89ecb4, thx max_10 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/db2932fa7adbcdd9817ec944276639505b51254f Author: Jacek Jendrzej Date: 2015-12-15 (Tue, 15 Dec 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgplus.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index a7f37d69f..bf91e3088 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -465,7 +465,7 @@ void EpgPlus::Footer::paintEventDetails (const std::string & description, const int height = this->fontBouquetChannelName->getHeight(); // clear the region - this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUHEAD_PLUS_0); + this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUCONTENT_PLUS_0); yPos += height; @@ -475,7 +475,7 @@ void EpgPlus::Footer::paintEventDetails (const std::string & description, const height = this->fontEventDescription->getHeight(); // clear the region - this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUHEAD_PLUS_0); + this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUCONTENT_PLUS_0); yPos += height; @@ -485,7 +485,7 @@ void EpgPlus::Footer::paintEventDetails (const std::string & description, const height = this->fontEventShortDescription->getHeight(); // clear the region - this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUHEAD_PLUS_0); + this->frameBuffer->paintBoxRel (this->x, yPos, this->width, height, COL_MENUCONTENT_PLUS_0); yPos += height;