bouquetlist: using CComponentsHeader to paint header

Origin commit data
------------------
Branch: ni/coolstream
Commit: a9012e4699
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-27 (Mon, 27 May 2013)

Origin message was:
------------------
- bouquetlist: using CComponentsHeader to paint header

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-05-27 21:19:23 +02:00
parent b14c34df84
commit c2908f353c

View File

@@ -574,8 +574,8 @@ void CBouquetList::paintItem(int pos)
void CBouquetList::paintHead()
{
frameBuffer->paintBoxRel(x,y, width,theight+0, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP);
g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x+10,y+theight+0, width, name, COL_MENUHEAD, 0, true); // UTF-8
CComponentsHeader header(x, y, width, theight, name, NULL /*no header icon*/);
header.paint();
}
void CBouquetList::paint()