#3952 Summary : Create plot if no plot exists when loading summary case

This commit is contained in:
Magne Sjaastad
2019-01-14 13:54:19 +01:00
parent 9124610020
commit 791a896be4
6 changed files with 104 additions and 31 deletions

View File

@@ -2019,8 +2019,6 @@ bool RiaApplication::openFile(const QString& fileName)
if (loadingSucceded)
{
getOrCreateAndShowMainPlotWindow();
m_project->updateConnectedEditors();
}
}