mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Experimental: save/restore screen for channel list context menu
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1935 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -664,6 +664,7 @@ int COsdSetup::showContextChanlistMenu()
|
||||
static int cselected = -1;
|
||||
|
||||
CMenuWidget * menu_chanlist = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width);
|
||||
menu_chanlist->enableSaveScreen(true);
|
||||
menu_chanlist->setSelected(cselected);
|
||||
|
||||
menu_chanlist->addIntroItems(LOCALE_MISCSETTINGS_CHANNELLIST);
|
||||
@@ -676,8 +677,9 @@ int COsdSetup::showContextChanlistMenu()
|
||||
/* TODO ? problems:
|
||||
* 1. channel list not re-calc sizes after menu;
|
||||
* 2. font menu smaller and make hole in channel list */
|
||||
#if 0
|
||||
#if 1
|
||||
CMenuWidget *fontSettingsSubMenu = new CMenuWidget(LOCALE_FONTMENU_HEAD, NEUTRINO_ICON_KEYBINDING);
|
||||
fontSettingsSubMenu->enableSaveScreen(true);
|
||||
|
||||
int i = 1;
|
||||
fontSettingsSubMenu->addIntroItems(font_sizes_groups[i].groupname);
|
||||
|
Reference in New Issue
Block a user