gui/scan_setup.cpp: disable frontend motor options, if more not master or independent

This commit is contained in:
[CST] Focus
2013-07-23 15:37:22 +04:00
parent 3c074a9582
commit 5b57fc6150
2 changed files with 17 additions and 5 deletions

View File

@@ -65,6 +65,8 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
CMenuOptionNumberChooser * ojDiseqcRepeats;
CIntInput * nid;
CMenuOptionChooser * lcnhd;
/* items active for master/independent fe mode */
CGenericMenuActivate msettings;
CMenuOptionChooser * linkfe;
std::string modestr[4];