mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
epgplus: fix detailsline; codeblock was removed by mistake
Origin commit data
------------------
Commit: 15b028d187
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)
Origin message was:
------------------
- epgplus: fix detailsline; codeblock was removed by mistake
This commit is contained in:
@@ -425,6 +425,14 @@ void EpgPlus::ChannelEntry::paint(bool isSelected, time_t _selectedTime)
|
|||||||
toggleColor = !toggleColor;
|
toggleColor = !toggleColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// kill detailsline
|
||||||
|
if (detailsLine)
|
||||||
|
{
|
||||||
|
detailsLine->kill();
|
||||||
|
delete detailsLine;
|
||||||
|
detailsLine = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
// paint detailsline
|
// paint detailsline
|
||||||
if (isSelected)
|
if (isSelected)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user