logic: Fixed graph view style settings not loaded correctly when project has errors

This commit is contained in:
Eberhard Graether
2015-12-01 15:12:04 +01:00
parent 77466bb57e
commit 09bc453fb0
+1 -2
View File
@@ -75,6 +75,7 @@ void Application::loadProject(const FilePath& projectSettingsFilePath)
{
MessageStatus("Loading Project: " + projectSettingsFilePath.str()).dispatch();
loadSettings();
updateRecentProjects(projectSettingsFilePath);
m_mainView->setTitle(
@@ -136,8 +137,6 @@ void Application::handleMessage(MessageLoadProject* message)
void Application::handleMessage(MessageRefresh* message)
{
loadSettings();
if (message->uiOnly)
{
m_componentManager->refreshViews();