From 20da0c47fa7c91c784cb26b4748a723bee659f0e Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 2 Sep 2013 23:44:49 +0200 Subject: [PATCH] src/gui/channellist.cpp: Fix OSD (headerclock) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/83ee284269882944a90480600c6290fe5014e2c0 Author: Michael Liebmann Date: 2013-09-02 (Mon, 02 Sep 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index c8c986025..9ee495286 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -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();