epgplus: use enlighten background toggle color

Origin commit data
------------------
Commit: 41394be62e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-10 (Mon, 10 Apr 2017)

Origin message was:
------------------
- epgplus: use enlighten background toggle color
This commit is contained in:
vanhofen
2017-04-10 21:43:01 +02:00
parent 665172f9a3
commit 23c4b83f92

View File

@@ -314,7 +314,7 @@ void EpgPlus::ChannelEventEntry::paint(bool pisSelected, bool toggleColor)
fb_pixel_t color;
fb_pixel_t bgcolor;
getItemColors(color, bgcolor, selected, false, toggleColor);
getItemColors(color, bgcolor, selected, false, toggleColor, true /* toggle enlighten */);
this->frameBuffer->paintBoxRel(this->x, this->y, this->width, this->font->getHeight(), bgcolor);