mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CChannelList: ensure erase of clock after stopping
This commit is contained in:
@@ -1012,7 +1012,7 @@ void CChannelList::hide()
|
|||||||
cc_minitv = NULL;
|
cc_minitv = NULL;
|
||||||
}
|
}
|
||||||
if (headerClock) {
|
if (headerClock) {
|
||||||
headerClock->Stop();
|
if (headerClock->Stop())
|
||||||
headerClock->kill();
|
headerClock->kill();
|
||||||
}
|
}
|
||||||
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
||||||
|
Reference in New Issue
Block a user