gui/scan_setup.cpp: fix CScanSetup::changeNotify - no need to repaint menu

This commit is contained in:
[CST] Focus
2012-05-31 18:04:17 +04:00
parent fc9edbec5b
commit 3508ed4507

View File

@@ -958,7 +958,7 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
if (r_system == DVB_S) //sat
fillSatSelect();
}
return true;
return false;
}
void CScanSetup::updateManualSettings()