From 296aa5b9011a75bfeca84238ebff4fa7d17957d2 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 ea700ddf525a0293c94c68bf084be426544dc34a. --- 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()