-eventlist: fix clock

Signed-off-by: Thilo Graf <dbt@novatux.de>
review required
This commit is contained in:
TangoCash
2017-05-03 21:29:41 +02:00
committed by Thilo Graf
parent 3ac2f99a67
commit 099f83e819

View File

@@ -684,6 +684,8 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna
void CEventList::hide() void CEventList::hide()
{ {
if (header)
header->getClockObject()->kill();
frameBuffer->paintBackgroundBoxRel(x,y, full_width,height); frameBuffer->paintBackgroundBoxRel(x,y, full_width,height);
} }