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:
[CST] Focus
2012-05-31 18:06:28 +04:00
parent 8fa8e0868a
commit 7858856c55

View File

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