mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
glcdsetup: change return value when switching the displays
Origin commit data
------------------
Commit: f76f7e65f5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-14 (Sun, 14 Jun 2020)
Origin message was:
------------------
- glcdsetup: change return value when switching the displays
This commit is contained in:
@@ -140,7 +140,7 @@ int GLCD_Menu::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
parent->hide();
|
parent->hide();
|
||||||
GLCD_Menu_Select_Driver();
|
GLCD_Menu_Select_Driver();
|
||||||
nglcd->Exit();
|
nglcd->Exit();
|
||||||
return res;
|
return menu_return::RETURN_EXIT;
|
||||||
}
|
}
|
||||||
if(actionKey == "select_font") {
|
if(actionKey == "select_font") {
|
||||||
if(parent)
|
if(parent)
|
||||||
|
Reference in New Issue
Block a user