(#540) Removed the Visible Cells Sync from Gui.

Moved UpateOverrides from init afterRead to OpenProject
This commit is contained in:
Jacob Støren
2015-10-22 16:02:28 +02:00
parent 44d1aaa3f1
commit b15b23b856
3 changed files with 15 additions and 3 deletions

View File

@@ -94,6 +94,8 @@
#ifdef WIN32
#include <fcntl.h>
#endif
#include "RimViewLinkerCollection.h"
#include "RimViewLinker.h"
namespace caf
{
@@ -402,6 +404,11 @@ bool RiaApplication::loadProject(const QString& projectFileName, ProjectLoadActi
caseProgress.incrementProgress();
}
}
{
m_project->viewLinkerCollection()->viewLinker()->updateOverrides();
}
{
if (m_project->mainPlotCollection() && m_project->mainPlotCollection()->wellLogPlotCollection())
{