gui/settings_manager.cpp: fix font settings update after config file loading

This commit is contained in:
[CST] Focus
2014-09-09 15:21:38 +04:00
parent 6857f616c2
commit 9b82162e6f

View File

@@ -76,6 +76,7 @@ int CSettingsManager::exec(CMenuTarget* parent, const std::string &actionKey)
CNeutrinoApp::getInstance()->loadSetup(fileBrowser.getSelectedFile()->Name.c_str());
CColorSetupNotifier *colorSetupNotifier = new CColorSetupNotifier;
colorSetupNotifier->changeNotify(NONEXISTANT_LOCALE, NULL);
CNeutrinoApp::getInstance()->SetupFonts(CNeutrinoFonts::FONTSETUP_ALL);
CVFD::getInstance()->setlcdparameter();
printf("[neutrino] new settings: %s\n", fileBrowser.getSelectedFile()->Name.c_str());
delete colorSetupNotifier;