Origin commit data
------------------
Branch: ni/coolstream
Commit: 784a58e6d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-07 (Wed, 07 Dec 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-12-07 15:40:19 +01:00
7 changed files with 14 additions and 13 deletions

View File

@@ -700,7 +700,8 @@ void CBouquetList::paintItem(int pos)
void CBouquetList::paintHead()
{
CComponentsHeader header(x, y, width, theight, name);
std::string icon = "";
CComponentsHeader header(x, y, width, theight, name, icon, CComponentsHeader::CC_BTN_LEFT | CComponentsHeader::CC_BTN_RIGHT | CComponentsHeader::CC_BTN_MENU);
header.paint(CC_SAVE_SCREEN_NO);
}