logic: Reloading ProjectSettings on refresh

This commit is contained in:
Eberhard Graether
2015-08-04 16:21:55 +02:00
parent 9c4e3950b6
commit c0a31fca18
8 changed files with 85 additions and 66 deletions
+1
View File
@@ -101,6 +101,7 @@ void Application::reloadProject()
m_storageCache->clear();
m_componentManager->refreshViews();
m_project->reloadProjectSettings();
m_project->parseCode();
}