mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CBEBouquetWidget/CBEChannelWidget: add missing exit icon
Menue icon has no effect here and exit icon was missed
Origin commit data
------------------
Branch: ni/coolstream
Commit: d95446882c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-27 (Sat, 27 Dec 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -138,7 +138,7 @@ void CBEBouquetWidget::paint()
|
||||
|
||||
void CBEBouquetWidget::paintHead()
|
||||
{
|
||||
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, "" /*no header icon*/, CComponentsHeaderLocalized::CC_BTN_MENU);
|
||||
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, "" /*no header icon*/, CComponentsHeaderLocalized::CC_BTN_EXIT);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
|
@@ -179,7 +179,7 @@ void CBEChannelWidget::paint()
|
||||
|
||||
void CBEChannelWidget::paintHead()
|
||||
{
|
||||
CComponentsHeader header(x, y, width, theight, caption);
|
||||
CComponentsHeader header(x, y, width, theight, caption, "" /*no header icon*/, CComponentsHeader::CC_BTN_EXIT);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user