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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 83ee284269
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-09-02 (Mon, 02 Sep 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-09-02 23:44:49 +02:00
parent 9906e3f32e
commit 20da0c47fa

View File

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