diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index 7c8c6b73a..d3a3d4cde 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -1006,6 +1006,8 @@ int CDataResetNotifier::exec(CMenuTarget* /*parent*/, const std::string& actionK //CNeutrinoApp::getInstance()->loadColors(NEUTRINO_SETTINGS_FILE); CNeutrinoApp::getInstance()->SetupFonts(); CNeutrinoApp::getInstance()->SetupTiming(); + CColorSetupNotifier colorSetupNotifier; + colorSetupNotifier.changeNotify(NONEXISTANT_LOCALE, NULL); CFrameBuffer::getInstance()->Clear(); } if(delete_chan) {