gui/vfd_setup.cpp: fix CVfdSetup::changeNotify - no need to repaint menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f146e7498
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-31 18:06:28 +04:00
parent d24664dd12
commit 1d4e880b4c

View File

@@ -193,5 +193,5 @@ bool CVfdSetup::changeNotify(const neutrino_locale_t OptionName, void */* data *
{ {
CVFD::getInstance()->setled(); CVFD::getInstance()->setled();
} }
return true; return false;
} }