mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
src/gui/channellist.cpp: Fix OSD (headerclock)
This commit is contained in:
@@ -985,8 +985,7 @@ void CChannelList::hide()
|
|||||||
}
|
}
|
||||||
if (headerClock) {
|
if (headerClock) {
|
||||||
headerClock->Stop();
|
headerClock->Stop();
|
||||||
if (headerClock->isPainted())
|
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