refs #485, load settings in core facade

Idea: settings will be automatically available
This commit is contained in:
Klaus Basan
2016-02-16 03:45:24 +01:00
committed by Mathew Sutcliffe
parent 1b587c2ee8
commit 96913c6dc1
2 changed files with 7 additions and 4 deletions

View File

@@ -69,10 +69,6 @@ void SwiftGuiStd::init()
this->m_timerContextWatchdog->setObjectName(this->objectName().append(":m_timerContextWatchdog"));
}
// context
CEnableForRuntime::setRuntimeForComponents(sGui->getCoreFacade(), this);
sGui->getIContextApplication()->loadSettings();
// info bar and status bar
this->m_statusBar.initStatusBar(this->ui->sb_MainStatusBar);
this->ui->dw_InfoBarStatus->allowStatusBar(false);