mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
gui/cec_setup.cpp: fix CCECSetup::changeNotify - no need to repaint menu
This commit is contained in:
@@ -131,6 +131,6 @@ bool CCECSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*/
|
|||||||
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 1);
|
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user