Fix view id in well allocation plots

This commit is contained in:
Gaute Lindkvist
2019-10-18 14:22:50 +02:00
parent 2d6e631107
commit 3422f1b609

View File

@@ -148,7 +148,7 @@ RimWellAllocationPlot* RimFlowPlotCollection::defaultWellAllocPlot()
{
m_defaultWellAllocPlot = new RimWellAllocationPlot;
m_defaultWellAllocPlot->setDescription( "Default Flow Diagnostics Plot" );
RiaApplication::instance()->project()->assignViewIdToView( m_flowCharacteristicsPlot );
RiaApplication::instance()->project()->assignViewIdToView( m_defaultWellAllocPlot );
}
this->updateConnectedEditors();