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

This commit is contained in:
[CST] Focus
2012-05-31 18:06:28 +04:00
parent 3508ed4507
commit 0f146e7498

View File

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