mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
fix epgplus detailsline hide bug (thx dbo)
Origin commit data
------------------
Commit: eecc1b6af3
Author: TangoCash <eric@loxat.de>
Date: 2017-07-02 (Sun, 02 Jul 2017)
This commit is contained in:
@@ -1393,6 +1393,13 @@ void EpgPlus::hide()
|
||||
delete this->header->head;
|
||||
this->header->head = NULL;
|
||||
}
|
||||
|
||||
if (this->selectedChannelEntry->detailsLine) {
|
||||
this->selectedChannelEntry->detailsLine->kill();
|
||||
delete this->selectedChannelEntry->detailsLine;
|
||||
this->selectedChannelEntry->detailsLine = NULL;
|
||||
}
|
||||
|
||||
this->frameBuffer->paintBackgroundBoxRel(this->usableScreenX, this->usableScreenY, this->usableScreenWidth + OFFSET_SHADOW, this->usableScreenHeight + OFFSET_SHADOW);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user