gui/cec_setup.cpp: fix CCECSetup::changeNotify - no need to repaint menu

This commit is contained in:
[CST] Focus
2012-05-31 17:26:41 +04:00
parent bd561e7844
commit dc9844ad2b

View File

@@ -131,6 +131,6 @@ bool CCECSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*/
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 1);
}
return true;
return false;
}