From 14e94c8f669b69910b447eb8c82a842ea3098a5a Mon Sep 17 00:00:00 2001 From: DboxOldie Date: Sun, 7 Jul 2019 13:14:07 +0200 Subject: [PATCH] eventlist: fix epg search osd hole.patch Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a051b5ea8b6cbe6f9c717a9a71619a848451c555 Author: DboxOldie Date: 2019-07-07 (Sun, 07 Jul 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/eventlist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index cb1b33397..f9888ad81 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -566,6 +566,8 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna if(in_search) { in_search = false; m_showChannel = false; + infozone_background = false; + oldEventID = -1; paintHead(channel_id, channelname); readEvents(epg_id); paint(channel_id);