similar patch to 4554411e30, thx max_10

Origin commit data
------------------
Branch: ni/coolstream
Commit: db2932fa7a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-12-15 19:25:18 +01:00
parent aea126e2e2
commit abb55aebd6

View File

@@ -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;