#2092 Cross Plot : Load and show cross plot when project is loaded

This commit is contained in:
Magne Sjaastad 2017-11-14 14:01:19 +01:00
parent 57d9ab83a2
commit 65e076ab31

View File

@ -679,6 +679,15 @@ void RiaApplication::loadAndUpdatePlotData()
}
}
if (scpColl)
{
for (auto plot : scpColl->summaryPlots())
{
plot->loadDataAndUpdate();
plotProgress.incrementProgress();
}
}
if (flowColl)
{
plotProgress.setNextProgressIncrement(flowColl->plotCount());