mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
glcdsetup: fix driver selection
Origin commit data
------------------
Commit: 20bd446e39
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Origin message was:
------------------
- glcdsetup: fix driver selection
This commit is contained in:
@@ -307,7 +307,7 @@ void GLCD_Menu::GLCD_Menu_Select_Driver()
|
||||
m->addItem(GenericMenuSeparator);
|
||||
|
||||
CMenuForwarder* mf;
|
||||
for (int i = 0; i != nGLCD::getInstance()->GetConfigSize() - 1; i++)
|
||||
for (int i = 0; i < nGLCD::getInstance()->GetConfigSize(); i++)
|
||||
{
|
||||
mf = new CMenuForwarder(nGLCD::getInstance()->GetConfigName(i), true, NULL, selector,to_string(i).c_str());
|
||||
m->addItem(mf);
|
||||
|
Reference in New Issue
Block a user