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