mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- glcdsetup: show color selections as pulldown menues
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -246,10 +246,10 @@ void GLCD_Menu::GLCD_Menu_Settings()
|
||||
m.addItem(GenericMenuSeparatorLine);
|
||||
m.addItem(new CMenuOptionChooser(LOCALE_GLCD_SELECT_FG, &color_fg,
|
||||
GLCD_COLOR_OPTIONS, GLCD_COLOR_OPTION_COUNT, true, this,
|
||||
CRCInput::convertDigitToKey(shortcut++)));
|
||||
CRCInput::convertDigitToKey(shortcut++), NULL, true));
|
||||
m.addItem(new CMenuOptionChooser(LOCALE_GLCD_SELECT_BG, &color_bg,
|
||||
GLCD_COLOR_OPTIONS, GLCD_COLOR_OPTION_COUNT, true, this,
|
||||
CRCInput::convertDigitToKey(shortcut++)));
|
||||
CRCInput::convertDigitToKey(shortcut++), NULL, true));
|
||||
m.addItem(new CMenuOptionChooser(LOCALE_GLCD_SELECT_BAR, &color_bar,
|
||||
GLCD_COLOR_OPTIONS, GLCD_COLOR_OPTION_COUNT, true, this,
|
||||
CRCInput::convertDigitToKey(shortcut++)));
|
||||
|
Reference in New Issue
Block a user