src/gui/channellist.cpp: Fix OSD (headerclock)

This commit is contained in:
Michael Liebmann
2013-09-02 23:44:49 +02:00
parent ebd5f54753
commit 83ee284269

View File

@@ -985,8 +985,7 @@ void CChannelList::hide()
}
if (headerClock) {
headerClock->Stop();
if (headerClock->isPainted())
headerClock->hide();
headerClock->kill();
}
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
clearItem2DetailsLine();