mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- epgplus: use enlighten background toggle color
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user