bouquetlist: add "menu", "left" and "right" context buttons to header

Origin commit data
------------------
Commit: 0842a7ac35
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-07 (Wed, 07 Dec 2016)

Origin message was:
------------------
- bouquetlist: add "menu", "left" and "right" context buttons to header
This commit is contained in:
vanhofen
2016-12-07 15:24:45 +01:00
parent 317c73efcc
commit 64ae7a6ef2

View File

@@ -690,7 +690,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);
}