mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
gui/osd_setup.cpp: fix channel list menu, if fade enabled
This commit is contained in:
@@ -872,6 +872,7 @@ int COsdSetup::showContextChanlistMenu()
|
|||||||
|
|
||||||
CMenuWidget * menu_chanlist = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width);
|
CMenuWidget * menu_chanlist = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width);
|
||||||
menu_chanlist->enableSaveScreen(true);
|
menu_chanlist->enableSaveScreen(true);
|
||||||
|
menu_chanlist->enableFade(false);
|
||||||
menu_chanlist->setSelected(cselected);
|
menu_chanlist->setSelected(cselected);
|
||||||
|
|
||||||
menu_chanlist->addIntroItems(LOCALE_MISCSETTINGS_CHANNELLIST, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
|
menu_chanlist->addIntroItems(LOCALE_MISCSETTINGS_CHANNELLIST, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
|
||||||
@@ -883,6 +884,7 @@ int COsdSetup::showContextChanlistMenu()
|
|||||||
|
|
||||||
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);
|
||||||
|
|
||||||
int i = 1;
|
int i = 1;
|
||||||
fontSettingsSubMenu->addIntroItems(font_sizes_groups[i].groupname, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
|
fontSettingsSubMenu->addIntroItems(font_sizes_groups[i].groupname, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL);
|
||||||
|
Reference in New Issue
Block a user