CChannelList: ensure erase of clock after stopping

This commit is contained in:
2014-05-06 19:32:25 +02:00
parent d602f6b1d9
commit 4a28d853d2

View File

@@ -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();