mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- glcdsetup: change return value when switching the displays
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -140,7 +140,7 @@ int GLCD_Menu::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
parent->hide();
|
||||
GLCD_Menu_Select_Driver();
|
||||
nglcd->Exit();
|
||||
return res;
|
||||
return menu_return::RETURN_EXIT;
|
||||
}
|
||||
if(actionKey == "select_font") {
|
||||
if(parent)
|
||||
|
Reference in New Issue
Block a user