mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CChannelList: Fix OSD error when exit the zap history
This commit is contained in:
@@ -137,11 +137,9 @@ CChannelList::~CChannelList()
|
|||||||
cc_minitv = NULL;
|
cc_minitv = NULL;
|
||||||
}
|
}
|
||||||
if (headerClock) {
|
if (headerClock) {
|
||||||
headerClock->Stop();
|
headerClock->clearSavedScreen();
|
||||||
if (headerClock->isPainted())
|
delete headerClock;
|
||||||
headerClock->hide();
|
headerClock = NULL;
|
||||||
if (headerClock->isClockRun())
|
|
||||||
headerClock->stopThread();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CChannelLogo) {
|
if (CChannelLogo) {
|
||||||
@@ -1020,7 +1018,7 @@ void CChannelList::hide()
|
|||||||
}
|
}
|
||||||
if (headerClock) {
|
if (headerClock) {
|
||||||
if (headerClock->Stop())
|
if (headerClock->Stop())
|
||||||
headerClock->kill();
|
headerClock->hide();
|
||||||
}
|
}
|
||||||
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
||||||
clearItem2DetailsLine();
|
clearItem2DetailsLine();
|
||||||
|
Reference in New Issue
Block a user