mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/scan_setup.cpp: fix CScanSetup::changeNotify - no need to repaint menu
This commit is contained in:
@@ -958,7 +958,7 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
|
|||||||
if (r_system == DVB_S) //sat
|
if (r_system == DVB_S) //sat
|
||||||
fillSatSelect();
|
fillSatSelect();
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CScanSetup::updateManualSettings()
|
void CScanSetup::updateManualSettings()
|
||||||
|
Reference in New Issue
Block a user