mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
osd_setup.cpp: fix color-hotkey for channellist-submenu and add a seperator line
Origin commit data
------------------
Branch: ni/coolstream
Commit: e07e95bfb2
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Origin message was:
------------------
- osd_setup.cpp: fix color-hotkey for channellist-submenu and add a seperator line
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -926,6 +926,8 @@ int COsdSetup::showContextChanlistMenu()
|
|||||||
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_COLORED);
|
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_COLORED);
|
||||||
menu_chanlist->addItem(mc);
|
menu_chanlist->addItem(mc);
|
||||||
|
|
||||||
|
menu_chanlist->addItem(new CMenuSeparator(CMenuSeparator::LINE));
|
||||||
|
|
||||||
CMenuWidget *fontSettingsSubMenu = new CMenuWidget(LOCALE_FONTMENU_HEAD, NEUTRINO_ICON_KEYBINDING);
|
CMenuWidget *fontSettingsSubMenu = new CMenuWidget(LOCALE_FONTMENU_HEAD, NEUTRINO_ICON_KEYBINDING);
|
||||||
fontSettingsSubMenu->enableSaveScreen(true);
|
fontSettingsSubMenu->enableSaveScreen(true);
|
||||||
fontSettingsSubMenu->enableFade(false);
|
fontSettingsSubMenu->enableFade(false);
|
||||||
@@ -940,7 +942,7 @@ int COsdSetup::showContextChanlistMenu()
|
|||||||
fontSettingsSubMenu->addItem(GenericMenuSeparatorLine);
|
fontSettingsSubMenu->addItem(GenericMenuSeparatorLine);
|
||||||
fontSettingsSubMenu->addItem(new CMenuForwarder(LOCALE_OPTIONS_DEFAULT, true, NULL, this, font_sizes_groups[i].actionkey));
|
fontSettingsSubMenu->addItem(new CMenuForwarder(LOCALE_OPTIONS_DEFAULT, true, NULL, this, font_sizes_groups[i].actionkey));
|
||||||
|
|
||||||
CMenuForwarder * mf = new CMenuDForwarder(LOCALE_FONTMENU_HEAD, true, NULL, fontSettingsSubMenu, NULL, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN);
|
CMenuForwarder * mf = new CMenuDForwarder(LOCALE_FONTMENU_HEAD, true, NULL, fontSettingsSubMenu, NULL, CRCInput::RC_red, NEUTRINO_ICON_BUTTON_RED);
|
||||||
mf->setHint("", LOCALE_MENU_HINT_FONTS);
|
mf->setHint("", LOCALE_MENU_HINT_FONTS);
|
||||||
menu_chanlist->addItem(mf);
|
menu_chanlist->addItem(mf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user