Revert "CChannelList: ensure repaint of new header content"

This reverts commit 339167a507.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 296aa5b901
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-02 (Thu, 02 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-02-02 09:33:20 +01:00
parent 995e202c5b
commit 1a8a9fef62

View File

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