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

Origin commit data
------------------
Commit: 9b82162e6f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-09 (Tue, 09 Sep 2014)
This commit is contained in:
[CST] Focus
2014-09-09 15:21:38 +04:00
parent 3e2c460cc0
commit c9650993e7

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;