mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- 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