logic: Fixed project state messages wrong on loading

This commit is contained in:
Eberhard Graether
2018-03-24 19:15:39 +01:00
parent aed783f5ca
commit f93638bcd1
3 changed files with 19 additions and 22 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ void Application::handleMessage(MessageLoadProject* message)
{
if (message->settingsChanged && m_hasGUI)
{
m_project->setStateSettingsUpdated();
m_project->setStateOutdated();
refreshProject(REFRESH_ALL_FILES);
}
}