mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fix view id in well allocation plots
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user