From 1a8a9fef62cfe33f023f407debb5a33c91660fa9 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 2 Feb 2017 09:33:20 +0100 Subject: [PATCH] Revert "CChannelList: ensure repaint of new header content" This reverts commit 339167a5077406f688be07543decf183c2c889a3. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/296aa5b9011a75bfeca84238ebff4fa7d17957d2 Author: Thilo Graf Date: 2017-02-02 (Thu, 02 Feb 2017) ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 1f7ffbb7d..efa09a771 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2168,9 +2168,7 @@ void CChannelList::paintHead() else logo_off = 10; - if (header->isPainted()) //clean up background of header for new contents - header->kill(header->getColorBody(), -1, CC_FBDATA_TYPES, false); - header->paint0(); + header->paint(CC_SAVE_SCREEN_NO); } CComponentsHeader* CChannelList::getHeaderObject()