mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +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;
|
||||
}
|
||||
|
||||
// kill detailsline
|
||||
if (detailsLine)
|
||||
{
|
||||
detailsLine->kill();
|
||||
delete detailsLine;
|
||||
detailsLine = NULL;
|
||||
}
|
||||
|
||||
// paint detailsline
|
||||
if (isSelected)
|
||||
{
|
||||
|
Reference in New Issue
Block a user