refs #450 When GUI connects to core, it needs to have all current core settings inserted into its core settings cache.

This commit is contained in:
Mathew Sutcliffe
2015-09-05 16:52:13 +01:00
parent af3775c8ea
commit e457e088a7
6 changed files with 42 additions and 0 deletions

View File

@@ -211,6 +211,8 @@ void SwiftGuiStd::initGuiSignals()
void SwiftGuiStd::initialDataReads()
{
this->getIContextApplication()->synchronizeLocalSettings();
this->setContextAvailability();
if (!this->m_coreAvailable)
{