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