mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/vfd_setup.cpp: fix CVfdSetup::changeNotify - no need to repaint menu
Origin commit data
------------------
Commit: 0f146e7498
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
This commit is contained in:
@@ -193,5 +193,5 @@ bool CVfdSetup::changeNotify(const neutrino_locale_t OptionName, void */* data *
|
|||||||
{
|
{
|
||||||
CVFD::getInstance()->setled();
|
CVFD::getInstance()->setled();
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user