mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: bf5105aa4f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)
This commit is contained in:
@@ -365,6 +365,7 @@ EpgPlus::ChannelEntry::~ChannelEntry()
|
|||||||
|
|
||||||
if (this->detailsLine)
|
if (this->detailsLine)
|
||||||
{
|
{
|
||||||
|
this->detailsLine->kill();
|
||||||
delete this->detailsLine;
|
delete this->detailsLine;
|
||||||
this->detailsLine = NULL;
|
this->detailsLine = NULL;
|
||||||
}
|
}
|
||||||
@@ -425,6 +426,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