From 5e7c2e21c0161b302699499dd8d7879f12e8e1d3 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 9 Sep 2014 15:21:38 +0400 Subject: [PATCH] gui/settings_manager.cpp: fix font settings update after config file loading Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9b82162e6f03814b994c3c4fb53e0b6859b77bfd Author: [CST] Focus Date: 2014-09-09 (Tue, 09 Sep 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/settings_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/settings_manager.cpp b/src/gui/settings_manager.cpp index c7ed3990d..deb3a4a94 100644 --- a/src/gui/settings_manager.cpp +++ b/src/gui/settings_manager.cpp @@ -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;